summaryrefslogtreecommitdiff
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
parent78b20aa314eadeaf6482b7569c43a4b4588697d1 (diff)
downloadalpine-c8bfd7a68f94f69d4a59263656f3975eab97fefa.tar.xz
* Modified test for LibreSSL, since OpenSSL next version will be
version 3.0.
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--pith/pine.hlp2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index e223b0e..843f731 100755
--- a/configure
+++ b/configure
@@ -19224,7 +19224,7 @@ int
main ()
{
-#if OPENSSL_VERSION_NUMBER < 0x20000000L
+#if OPENSSL_VERSION_NUMBER != 0x20000000L
#error
#endif
diff --git a/configure.ac b/configure.ac
index 2ef125c..b514f9f 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
],
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 8a1fff7..de38e61 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any
reasonable place to be called from.
Dummy change to get revision in pine.hlp
============= h_revision =================
-Alpine Commit 343 2019-05-23 13:34:15
+Alpine Commit 344 2019-05-25 17:53:29
============= h_news =================
<HTML>
<HEAD>