summaryrefslogtreecommitdiff
path: root/configure
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
parent78b20aa314eadeaf6482b7569c43a4b4588697d1 (diff)
downloadalpine-c8bfd7a68f94f69d4a59263656f3975eab97fefa.tar.xz
* Modified test for LibreSSL, since OpenSSL next version will be
version 3.0.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e223b0eb..843f7311 100755
--- a/configure
+++ b/configure
@@ -19224,7 +19224,7 @@ int
main ()
{
-#if OPENSSL_VERSION_NUMBER < 0x20000000L
+#if OPENSSL_VERSION_NUMBER != 0x20000000L
#error
#endif