[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Fix bug in stream position adjustment
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv15036/src/common
Modified Files:
Tag: tor-0_0_6-patches
aes.c
Log Message:
Fix bug in stream position adjustment
Index: aes.c
===================================================================
RCS file: /home/or/cvsroot/src/common/aes.c,v
retrieving revision 1.10.4.1
retrieving revision 1.10.4.2
diff -u -d -r1.10.4.1 -r1.10.4.2
--- aes.c 6 May 2004 16:28:21 -0000 1.10.4.1
+++ aes.c 6 May 2004 19:51:50 -0000 1.10.4.2
@@ -57,7 +57,6 @@
buf[ 8] = (counter1 >> 24) & 0xff;
rijndaelEncrypt(cipher->rk, cipher->nr, buf, cipher->buf);
- cipher->pos = 0;
}
aes_cnt_cipher_t*