From 6cfa2835a15ac64b8055832c31dd3e55b5da7567 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 6 May 2004 19:51:50 +0000 Subject: Fix bug in stream position adjustment svn:r1801 --- src/common/aes.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common') 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* -- cgit v1.2.3-54-g00ecf