Skip to content

Commit cb9a48a

Browse files
committed
Pass signature to openssl_verify in bug81713 test
1 parent b765d4c commit cb9a48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/tests/bug81713.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $tests = [
5858
["openssl_public_encrypt", "test", &$out, $priv_key_file_null],
5959
["openssl_public_decrypt", "test", &$out, $priv_key_file_null],
6060
["openssl_sign", "test", &$out, $priv_key_file_null],
61-
["openssl_verify", "test", &$out, $priv_key_file_null],
61+
["openssl_verify", "test", "sig", $priv_key_file_null],
6262
["openssl_seal", "test", &$sealed, &$ekeys, [$priv_key_file_null], "AES-128-CBC", &$iv],
6363
["openssl_open", "test", &$open, "aaa", $priv_key_file_null, "AES-128-CBC", &$iv],
6464
["openssl_csr_new", $dn, &$priv_key_file_null, $csr_args],

0 commit comments

Comments
 (0)