From: Nick Mathewson Date: Thu, 6 May 2004 19:51:50 +0000 (+0000) Subject: Fix bug in stream position adjustment X-Git-Tag: debian-version-0.0.6.1-1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cfa2835a15ac64b8055832c31dd3e55b5da7567;p=thirdparty%2Ftor.git Fix bug in stream position adjustment svn:r1801 --- diff --git a/src/common/aes.c b/src/common/aes.c index f00822bca8..85d1ee7da9 100644 --- a/src/common/aes.c +++ b/src/common/aes.c @@ -57,7 +57,6 @@ _aes_fill_buf(aes_cnt_cipher_t *cipher) buf[ 8] = (counter1 >> 24) & 0xff; rijndaelEncrypt(cipher->rk, cipher->nr, buf, cipher->buf); - cipher->pos = 0; } aes_cnt_cipher_t*