summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/bug71475.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/bug71475.phpt')
-rw-r--r--ext/openssl/tests/bug71475.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/tests/bug71475.phpt b/ext/openssl/tests/bug71475.phpt
index e959371c4c..659544297b 100644
--- a/ext/openssl/tests/bug71475.phpt
+++ b/ext/openssl/tests/bug71475.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #71475: openssl_seal() uninitialized memory usage
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("openssl")) die("skip openssl not loaded");
?>
--FILE--