From 4d92c7bffca514b05292615b2c9b5dd7bab070d3 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sun, 1 Mar 2009 07:20:26 +0000 Subject: [PATCH] revert removal of openssl check, was confusion on my part --- ext/phar/tests/phar_get_supported_signatures_002.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/phar/tests/phar_get_supported_signatures_002.phpt b/ext/phar/tests/phar_get_supported_signatures_002.phpt index 20f950a146..3c5cf7f0f4 100644 --- a/ext/phar/tests/phar_get_supported_signatures_002.phpt +++ b/ext/phar/tests/phar_get_supported_signatures_002.phpt @@ -5,6 +5,7 @@ Phar::getSupportedSignatures() if (!extension_loaded("phar")) die("skip"); if (!extension_loaded("hash")) die("skip extension hash required"); $arr = Phar::getSupportedSignatures(); +if (in_array("OpenSSL", $arr)) die("skip openssl support enabled"); if (!in_array('SHA-256', $arr)) die("skip hash extension loaded shared"); ?> --INI-- -- 2.40.0