summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/bug46127.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/bug46127.phpt')
-rw-r--r--ext/openssl/tests/bug46127.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/tests/bug46127.phpt b/ext/openssl/tests/bug46127.phpt
index f11d8baf0b..d0172371f6 100644
--- a/ext/openssl/tests/bug46127.phpt
+++ b/ext/openssl/tests/bug46127.phpt
@@ -1,7 +1,7 @@
--TEST--
#46127, openssl_sign/verify: accept different algos
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("openssl")) die("skip openssl not loaded");
if (!function_exists("proc_open")) die("skip no proc_open");
?>