[PATCH] vircryptotest: Fix cipher test typo aes265cbc -> aes256cbc

Martin Kletzander mkletzan at redhat.com
Fri Mar 31 13:48:44 UTC 2023


Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
Not pushing as trivial since after today I am so unsure and it's pre-release time =)

 tests/vircryptotest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/vircryptotest.c b/tests/vircryptotest.c
index 9fbaf2f636e5..9ffe70756e6e 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
-- 
2.40.0



More information about the libvir-list mailing list