From: Ben Laurie Date: Wed, 9 Jun 1999 11:09:12 +0000 (+0000) Subject: Oops. Get rid of now incorrect comment. X-Git-Tag: OpenSSL_0_9_4~207 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9e952fc8770bf72b03fdd7acf6a1843070b44b4b;p=oweals%2Fopenssl.git Oops. Get rid of now incorrect comment. --- 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) {