projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05861c7
)
Oops. Get rid of now incorrect comment.
author
Ben Laurie
<ben@openssl.org>
Wed, 9 Jun 1999 11:09:12 +0000
(11:09 +0000)
committer
Ben Laurie
<ben@openssl.org>
Wed, 9 Jun 1999 11:09:12 +0000
(11:09 +0000)
crypto/des/cbc_enc.c
patch
|
blob
|
history
diff --git
a/crypto/des/cbc_enc.c
b/crypto/des/cbc_enc.c
index 668fb150d514fd50e086af2f090d10e0cc4f01ce..9e18b92bc1a62ac6dca5353bf3e2669421d8f027 100644
(file)
--- 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)
{