summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/openssl/openssl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/unix/openssl/openssl.cpp')
-rw-r--r--config.tests/unix/openssl/openssl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.tests/unix/openssl/openssl.cpp b/config.tests/unix/openssl/openssl.cpp
index d0b6cca562..8be618177a 100644
--- a/config.tests/unix/openssl/openssl.cpp
+++ b/config.tests/unix/openssl/openssl.cpp
@@ -33,8 +33,8 @@
#include <openssl/opensslv.h>
-#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x0090700fL
-# error "OpenSSL >= 0.9.7 is required"
+#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x10000000L
+# error "OpenSSL >= 1.0.0 is required"
#endif
#include <openssl/ssl.h>