summaryrefslogtreecommitdiffstats
path: root/eBones/des/enc_writ.c
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/des/enc_writ.c')
-rw-r--r--eBones/des/enc_writ.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/eBones/des/enc_writ.c b/eBones/des/enc_writ.c
index 602106b..00c8f63 100644
--- a/eBones/des/enc_writ.c
+++ b/eBones/des/enc_writ.c
@@ -2,7 +2,7 @@
/* Copyright (C) 1993 Eric Young - see README for more details */
/*-
- * $Id: enc_writ.c,v 1.2 1994/07/19 19:21:56 g89r4222 Exp $
+ * $Id: enc_writ.c,v 1.1.1.1 1994/09/30 14:49:50 csgr Exp $
*/
#include <errno.h>
@@ -67,10 +67,10 @@ des_cblock *iv;
if (des_rw_mode & DES_PCBC_MODE)
pcbc_encrypt((des_cblock *)p,(des_cblock *)&(outbuf[HDRSIZE]),
- (long)((len<8)?8:len),sched,iv,DES_ENCRYPT);
+ (long)((len<8)?8:len),sched,iv,DES_ENCRYPT);
else
cbc_encrypt((des_cblock *)p,(des_cblock *)&(outbuf[HDRSIZE]),
- (long)((len<8)?8:len),sched,iv,DES_ENCRYPT);
+ (long)((len<8)?8:len),sched,iv,DES_ENCRYPT);
/* output */
outnum=rnum+HDRSIZE;
OpenPOWER on IntegriCloud