aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/aes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/aes.c b/src/common/aes.c
index f00822bca..85d1ee7da 100644
--- a/src/common/aes.c
+++ b/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*