mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
tests: Fix typo in torture_crypto
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -84,7 +84,7 @@ static void torture_crypto_aes256_cbc(void **state)
|
||||
iv
|
||||
);
|
||||
|
||||
memset(output, '0', sizeof(output));
|
||||
memset(output, '\0', sizeof(output));
|
||||
cipher.decrypt(&cipher,
|
||||
aes256_cbc_encrypted,
|
||||
output,
|
||||
|
||||
Reference in New Issue
Block a user