summaryrefslogtreecommitdiff
path: root/ext/openssl/tests
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-09-16 07:58:53 +0200
committerRemi Collet <remi@php.net>2020-09-16 07:58:53 +0200
commiteffa3b0883d55959da05fc4775413b779873680c (patch)
treec15cd0003152a0127d6fc27504c7e2e0eb0a4a4a /ext/openssl/tests
parent95f4ee38bbe8b1f237230cd0249b626ba5d7b037 (diff)
downloadphp-git-effa3b0883d55959da05fc4775413b779873680c.tar.gz
missing fix for test for new param. name
Diffstat (limited to 'ext/openssl/tests')
-rw-r--r--ext/openssl/tests/bug70438.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/tests/bug70438.phpt b/ext/openssl/tests/bug70438.phpt
index 5d493e99a2..8f19f6ac17 100644
--- a/ext/openssl/tests/bug70438.phpt
+++ b/ext/openssl/tests/bug70438.phpt
@@ -26,7 +26,7 @@ openssl_open($sealed, $decrypted, $ekeys[0], $priv_key, $cipher, $iv);
echo $decrypted;
?>
--EXPECTF--
-openssl_seal(): Argument #6 ($initialization_vector) cannot be null for the chosen cipher algorithm
+openssl_seal(): Argument #6 ($iv) cannot be null for the chosen cipher algorithm
Warning: openssl_seal(): Unknown cipher algorithm in %s on line %d
openssl_seal() test