summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/bug61124.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/bug61124.phpt')
-rw-r--r--ext/openssl/tests/bug61124.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openssl/tests/bug61124.phpt b/ext/openssl/tests/bug61124.phpt
index 9c7d0ac483..e10334fabf 100644
--- a/ext/openssl/tests/bug61124.phpt
+++ b/ext/openssl/tests/bug61124.phpt
@@ -6,7 +6,6 @@ if (!extension_loaded("openssl")) die("skip");
--FILE--
<?php
var_dump(openssl_decrypt('kzo w2RMExUTYQXW2Xzxmg==', 'aes-128-cbc', 'pass', false, 'pass'));
-
--EXPECTF--
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
bool(false)