From 9e952fc8770bf72b03fdd7acf6a1843070b44b4b Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Wed, 9 Jun 1999 11:09:12 +0000 Subject: [PATCH] Oops. Get rid of now incorrect comment. --- crypto/des/cbc_enc.c | 2 -- 1 file changed, 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) { -- 2.25.1