]> granicus.if.org Git - php/commitdiff
fix test
authorAnatol Belski <ab@php.net>
Thu, 13 Oct 2016 08:08:23 +0000 (10:08 +0200)
committerAnatol Belski <ab@php.net>
Thu, 13 Oct 2016 08:08:23 +0000 (10:08 +0200)
ext/openssl/tests/bug61124.phpt

index 2fc192d43404bcab059c19eefe1a96acbf5effd2..9b21da5048419397ef963eafd117e5aadce56eb2 100644 (file)
@@ -8,5 +8,5 @@ if (!extension_loaded("openssl")) die("skip");
 var_dump(openssl_decrypt('kzo w2RMExUTYQXW2Xzxmg==', 'aes-128-cbc', 'pass', false, 'pass'));\r
 \r
 --EXPECTF--\r
-Warning: openssl_decrypt(): Failed to base64 decode the input in %s on line %s\r
-bool(false)
\ No newline at end of file
+Warning: openssl_decrypt(): IV passed is only 4 bytes long, cipher expects an IV of precisely 16 bytes, padding with \0 in %s on line %d\r
+bool(false)\r