Oops. Get rid of now incorrect comment.
authorBen Laurie <ben@openssl.org>
Wed, 9 Jun 1999 11:09:12 +0000 (11:09 +0000)
committerBen Laurie <ben@openssl.org>
Wed, 9 Jun 1999 11:09:12 +0000 (11:09 +0000)
crypto/des/cbc_enc.c

index 668fb150d514fd50e086af2f090d10e0cc4f01ce..9e18b92bc1a62ac6dca5353bf3e2669421d8f027 100644 (file)
@@ -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)
        {