diff options
-rw-r--r-- | ext/openssl/tests/bug70438.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |