Fix bug in stream position adjustment

svn:r1801
This commit is contained in:
Nick Mathewson
2004-05-06 19:51:50 +00:00
parent 229701023e
commit e529e3e0a3
2 changed files with 0 additions and 2 deletions
@@ -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*
-1
View File
@@ -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*