From effa3b0883d55959da05fc4775413b779873680c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Sep 2020 07:58:53 +0200 Subject: [PATCH] missing fix for test for new param. name --- ext/openssl/tests/bug70438.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0