tests: Reset output buffer in torture_crypto

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2016-11-04 08:31:43 +01:00
parent e9ba2da9e9
commit 34241cbb2b

View File

@@ -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,