vircryptotest: Fix cipher test typo aes265cbc -> aes256cbc

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Martin Kletzander 2023-03-31 15:46:33 +02:00
parent 145886e36d
commit 3a947eed06

View File

@ -150,7 +150,7 @@ mymain(void)
ret = -1; \
} while (0)
VIR_CRYPTO_ENCRYPT(VIR_CRYPTO_CIPHER_AES256CBC, "aes265cbc",
VIR_CRYPTO_ENCRYPT(VIR_CRYPTO_CIPHER_AES256CBC, "aes256cbc",
secretdata, 7, expected_ciphertext, 16);
#undef VIR_CRYPTO_ENCRYPT