summaryrefslogtreecommitdiffstats
path: root/bin/ed/cbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ed/cbc.c')
-rw-r--r--bin/ed/cbc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/cbc.c b/bin/ed/cbc.c
index dbae5f9..fba3609 100644
--- a/bin/ed/cbc.c
+++ b/bin/ed/cbc.c
@@ -42,7 +42,7 @@
static char * const rcsid = "@(#)cbc.c,v 1.2 1994/02/01 00:34:36 alm Exp";
#else
static char * const rcsid =
- "$Id: cbc.c,v 1.9 1997/02/22 14:03:12 peter Exp $";
+ "$Id: cbc.c,v 1.10 1997/08/07 21:33:40 steve Exp $";
#endif
#endif /* not lint */
@@ -124,7 +124,7 @@ init_des_cipher()
/* initialize the initialization vector */
MEMZERO(ivec, 8);
- /* intialize the padding vector */
+ /* initialize the padding vector */
srand((unsigned) time((time_t *) 0));
for (i = 0; i < 8; i++)
CHAR(pvec, i) = (char) (rand()/RAND_DIV);
OpenPOWER on IntegriCloud