]> granicus.if.org Git - php/commitdiff
missing fix for test for new param. name
authorRemi Collet <remi@php.net>
Wed, 16 Sep 2020 05:58:53 +0000 (07:58 +0200)
committerRemi Collet <remi@php.net>
Wed, 16 Sep 2020 05:58:53 +0000 (07:58 +0200)
ext/openssl/tests/bug70438.phpt

index 5d493e99a26ac9788da2db6f2641cb2e0c93b732..8f19f6ac1719ad9df07b7fd202f63f16235640a4 100644 (file)
@@ -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