Browse Source

Fix bug in stream position adjustment

svn:r1801
Nick Mathewson 20 years ago
parent
commit
6cfa2835a1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/common/aes.c

+ 0 - 1
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*