diff --git a/branches/tor-0_0_6-patches/src/common/aes.c b/branches/tor-0_0_6-patches/src/common/aes.c index f00822bca8..85d1ee7da9 100644 --- a/branches/tor-0_0_6-patches/src/common/aes.c +++ b/branches/tor-0_0_6-patches/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* diff --git a/trunk/src/common/aes.c b/trunk/src/common/aes.c index f00822bca8..85d1ee7da9 100644 --- a/trunk/src/common/aes.c +++ b/trunk/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*