Fix bug in stream position adjustment

svn:r1801
This commit is contained in:
Nick Mathewson
2004-05-06 19:51:50 +00:00
parent ebe8fa0d62
commit 6cfa2835a1
-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*