Commit 9e952fc8 authored by Ben Laurie's avatar Ben Laurie
Browse files

Oops. Get rid of now incorrect comment.

parent 05861c77
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)
	{