Explorar el Código

Fix bug in stream position adjustment

svn:r1801
Nick Mathewson hace 21 años
padre
commit
6cfa2835a1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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*