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

2023-03-31 Thread Daniel P . Berrangé
On Fri, Mar 31, 2023 at 03:48:44PM +0200, Martin Kletzander wrote: > Signed-off-by: Martin Kletzander > --- > Not pushing as trivial since after today I am so unsure and it's pre-release > time =) It is only the test name that gets printed out on console > > tests/vircryptotest.c | 2 +- > 1

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

2023-03-31 Thread Martin Kletzander
Signed-off-by: Martin Kletzander --- 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