summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2019-05-25 17:53:40 -0600
committerEduardo Chappa <chappa@washington.edu>2019-05-25 17:53:40 -0600
commitc8bfd7a68f94f69d4a59263656f3975eab97fefa (patch)
tree75898f8d36b3f5cede960ad02be6098a5b65d5b0 /configure.ac
parent78b20aa314eadeaf6482b7569c43a4b4588697d1 (diff)
downloadalpine-c8bfd7a68f94f69d4a59263656f3975eab97fefa.tar.xz
* Modified test for LibreSSL, since OpenSSL next version will be
version 3.0.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2ef125c1..b514f9f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1485,7 +1485,7 @@ if test "x$alpine_SSLTYPE" != "xnone" ; then
#endif /* HAVE_STDINT_H */
#include <openssl/ssl.h>
],[
-#if OPENSSL_VERSION_NUMBER < 0x20000000L
+#if OPENSSL_VERSION_NUMBER != 0x20000000L
#error
#endif
],