OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Nils
Larsch
Root: /v/openssl/cvs Email: nils openssl.org
Module: openssl Date:
20-Apr-2006 15:54:35
Branch: HEAD Handle:
2006042014543400
Modified files:
openssl/crypto/aes aes_cfb.c
Log:
undo accidental commit
Summary:
Revision Changes Path
1.8 +1 -1 openssl/crypto/aes/aes_cfb.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/aes/aes_cfb.c
============================================================
================
$ cvs diff -u -r1.7 -r1.8 aes_cfb.c
--- openssl/crypto/aes/aes_cfb.c 20 Apr 2006 13:11:51
-0000 1.7
+++ openssl/crypto/aes/aes_cfb.c 20 Apr 2006 13:54:34
-0000 1.8
 -202,7 +202,7 
assert(*num == 0);
memset(out,0,(length+7)/8);
- for(n=0 ; n < length * 8; ++n)
+ for(n=0 ; n < length ; ++n)
{
c[0]=(in[n/8]&(1 << (7-n%8))) ? 0x80 : 0;
AES_cfbr_encrypt_block(c,d,1,key,ivec,enc);
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|