Oops. Get rid of now incorrect comment.

This commit is contained in:
Ben Laurie 1999-06-09 11:09:12 +00:00
parent 05861c77e7
commit 9e952fc877

View 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)
{