From d09eb1504a8fe8fcead58f1f4d9085aded7b98b2 Mon Sep 17 00:00:00 2001 From: Tjerk Meesters Date: Sat, 8 Mar 2014 16:16:46 +0800 Subject: [PATCH] Fixed mcrypt test case --- ext/mcrypt/tests/bug43143.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mcrypt/tests/bug43143.phpt b/ext/mcrypt/tests/bug43143.phpt index d9fccf3c85..725840f9c5 100644 --- a/ext/mcrypt/tests/bug43143.phpt +++ b/ext/mcrypt/tests/bug43143.phpt @@ -19,5 +19,5 @@ echo "END\n"; ECB CFB -Warning: mcrypt_encrypt(): Attempt to use an empty IV, which is NOT recommend in %sbug43143.php on line 9 +Warning: mcrypt_encrypt(): Encryption mode requires an initialization vector of size 32 in %sbug43143.php on line 9 END -- 2.40.0