summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/peer_verification.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/peer_verification.phpt')
-rw-r--r--ext/openssl/tests/peer_verification.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/tests/peer_verification.phpt b/ext/openssl/tests/peer_verification.phpt
index 3abc191667..db2a773465 100644
--- a/ext/openssl/tests/peer_verification.phpt
+++ b/ext/openssl/tests/peer_verification.phpt
@@ -1,7 +1,7 @@
--TEST--
Peer verification enabled for client streams
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("openssl")) die("skip openssl not loaded");
if (!function_exists("proc_open")) die("skip no proc_open");
?>