mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
missing fix for test for new param. name
This commit is contained in:
parent
95f4ee38bb
commit
effa3b0883
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user