com php-src: fix wrong version check: ext/openssl/tests/session _meta_capture.phpt

[email protected] (Anatol Belski)
Newsgroups php.cvs
Message-ID <[email protected]>
Commit:    307a4a2315bc13bbcb87567f685a96d1effc9727
Author:    Anatol Belski <[email protected]>         Wed, 22 Mar 2017 15:54:28 +0100
Parents:   6dbee20f83224292b061042dd3a59d68ba9882b7
Branches:  master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=307a4a2315bc13bbcb87567f685a96d1effc9727

Log:
fix wrong version check

Changed paths:
  M  ext/openssl/tests/session_meta_capture.phpt


Diff:
diff --git a/ext/openssl/tests/session_meta_capture.phpt b/ext/openssl/tests/session_meta_capture.phpt
index a09d7e8..5230d37 100644
--- a/ext/openssl/tests/session_meta_capture.phpt
+++ b/ext/openssl/tests/session_meta_capture.phpt
@@ -4,7 +4,7 @@ Capture SSL session meta array in stream context
 <?php
 if (!extension_loaded("openssl")) die("skip openssl not loaded");
 if (!function_exists("proc_open")) die("skip no proc_open");
-if (OPENSSL_VERSION_NUMBER < 0x10001001) die("skip OpenSSLv1.0.1 required");
+if (OPENSSL_VERSION_NUMBER < 0x10100000) die("skip OpenSSLv1.1.0 required");
 --FILE--
 <?php
 $serverCode = <<<'CODE'
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.