summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
{