summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-06-09 11:09:12 +0000
committerBen Laurie <ben@openssl.org>1999-06-09 11:09:12 +0000
commit9e952fc8770bf72b03fdd7acf6a1843070b44b4b (patch)
tree43307b3f3a4d02da6a8015d82b85e7b713300e78
parent05861c77e7f4d862866a4398e146fdc68ab2a957 (diff)
Oops. Get rid of now incorrect comment.
-rw-r--r--crypto/des/cbc_enc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/des/cbc_enc.c b/crypto/des/cbc_enc.c
index 668fb150d5..9e18b92bc1 100644
--- a/crypto/des/cbc_enc.c
+++ b/crypto/des/cbc_enc.c
@@ -58,8 +58,6 @@
#include "des_locl.h"
-/* Note that this is inconsistent with other DES functions, in that it doesn't
- update ivec */
void des_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
des_key_schedule schedule, des_cblock *ivec, int enc)
{