summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/stream_crypto_flags_004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/stream_crypto_flags_004.phpt')
-rw-r--r--ext/openssl/tests/stream_crypto_flags_004.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/tests/stream_crypto_flags_004.phpt b/ext/openssl/tests/stream_crypto_flags_004.phpt
index 38f406caa3..e51a2bab3e 100644
--- a/ext/openssl/tests/stream_crypto_flags_004.phpt
+++ b/ext/openssl/tests/stream_crypto_flags_004.phpt
@@ -29,7 +29,7 @@ $clientCode = <<<'CODE'
$clientCtx = stream_context_create(['ssl' => [
'verify_peer' => true,
'cafile' => __DIR__ . '/bug54992-ca.pem',
- 'CN_match' => 'bug54992.local',
+ 'peer_name' => 'bug54992.local',
]]);
phpt_wait();