missing fix for test for new param. name

This commit is contained in:
Remi Collet 2020-09-16 07:58:53 +02:00
parent 95f4ee38bb
commit effa3b0883

View File

@ -26,7 +26,7 @@ openssl_open($sealed, $decrypted, $ekeys[0], $priv_key, $cipher, $iv);
echo $decrypted; echo $decrypted;
?> ?>
--EXPECTF-- --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 Warning: openssl_seal(): Unknown cipher algorithm in %s on line %d
openssl_seal() test openssl_seal() test