From: Martin Kletzander Date: Fri, 31 Mar 2023 13:46:33 +0000 (+0200) Subject: vircryptotest: Fix cipher test typo aes265cbc -> aes256cbc X-Git-Tag: v9.3.0-rc1~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a947eed06499fa1411e37fd110ee4b844e1c656;p=thirdparty%2Flibvirt.git vircryptotest: Fix cipher test typo aes265cbc -> aes256cbc Signed-off-by: Martin Kletzander Reviewed-by: Daniel P. Berrangé --- diff --git a/tests/vircryptotest.c b/tests/vircryptotest.c index 9fbaf2f636..9ffe70756e 100644 --- a/tests/vircryptotest.c +++ b/tests/vircryptotest.c @@ -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