Skip to content

Commit effa3b0

Browse files
committed
missing fix for test for new param. name
1 parent 95f4ee3 commit effa3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/tests/bug70438.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ openssl_open($sealed, $decrypted, $ekeys[0], $priv_key, $cipher, $iv);
2626
echo $decrypted;
2727
?>
2828
--EXPECTF--
29-
openssl_seal(): Argument #6 ($initialization_vector) cannot be null for the chosen cipher algorithm
29+
openssl_seal(): Argument #6 ($iv) cannot be null for the chosen cipher algorithm
3030

3131
Warning: openssl_seal(): Unknown cipher algorithm in %s on line %d
3232
openssl_seal() test

0 commit comments

Comments
 (0)