summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/bug39217.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/bug39217.phpt')
-rw-r--r--ext/openssl/tests/bug39217.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/openssl/tests/bug39217.phpt b/ext/openssl/tests/bug39217.phpt
index 47f234d769..b9c5e50a73 100644
--- a/ext/openssl/tests/bug39217.phpt
+++ b/ext/openssl/tests/bug39217.phpt
@@ -1,11 +1,11 @@
--TEST--
Bug #39217 (Large serial number return -1)
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("openssl")) die("skip");
?>
--FILE--
-<?php
+<?php
$dir = dirname(__FILE__);
$certs = array('bug39217cert2.txt', 'bug39217cert1.txt');
foreach($certs as $cert) {