summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/bug66501.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/bug66501.phpt')
-rw-r--r--ext/openssl/tests/bug66501.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/tests/bug66501.phpt b/ext/openssl/tests/bug66501.phpt
index 34dac6d44a..e023ee1480 100644
--- a/ext/openssl/tests/bug66501.phpt
+++ b/ext/openssl/tests/bug66501.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #66501: EC private key support in openssl_sign
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("openssl")) die("skip");
if (!defined('OPENSSL_KEYTYPE_EC')) die("skip no EC available");
?>