[or-cvs] Fix bug in stream position adjustment

Nick Mathewson nickm at seul.org
Thu May 6 19:51:16 UTC 2004


Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv14933/src/common

Modified Files:
	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.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- aes.c	6 May 2004 19:41:33 -0000	1.11
+++ aes.c	6 May 2004 19:51:14 -0000	1.12
@@ -57,7 +57,6 @@
   buf[ 8] = (counter1 >> 24) & 0xff;
 
   rijndaelEncrypt(cipher->rk, cipher->nr, buf, cipher->buf);
-  cipher->pos = 0;
 }
 
 aes_cnt_cipher_t*



More information about the tor-commits mailing list