1
1

tests: Reset output buffer in torture_crypto

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2016-11-04 08:31:43 +01:00
родитель e9ba2da9e9
Коммит 34241cbb2b

Просмотреть файл

@ -84,6 +84,7 @@ static void torture_crypto_aes256_cbc(void **state)
iv
);
memset(output, '0', sizeof(output));
cipher.decrypt(&cipher,
aes256_cbc_encrypted,
output,