summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/bug37820.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/bug37820.phpt')
-rw-r--r--ext/openssl/tests/bug37820.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/openssl/tests/bug37820.phpt b/ext/openssl/tests/bug37820.phpt
index 485114e20..2eef8c5bd 100644
--- a/ext/openssl/tests/bug37820.phpt
+++ b/ext/openssl/tests/bug37820.phpt
@@ -2,7 +2,8 @@
openssl_sign/verify: accept different algos
--SKIPIF--
<?php
-if (!extension_loaded("openssl")) die("skip");
+if (!extension_loaded("openssl")) die("skip");
+if (OPENSSL_VERSION_NUMBER < 0x009070af) die("skip");
?>
--FILE--
<?php