diff options
author | Eduardo Chappa <chappa@washington.edu> | 2019-05-25 17:53:40 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2019-05-25 17:53:40 -0600 |
commit | c8bfd7a68f94f69d4a59263656f3975eab97fefa (patch) | |
tree | 75898f8d36b3f5cede960ad02be6098a5b65d5b0 | |
parent | 78b20aa314eadeaf6482b7569c43a4b4588697d1 (diff) | |
download | alpine-c8bfd7a68f94f69d4a59263656f3975eab97fefa.tar.xz |
* Modified test for LibreSSL, since OpenSSL next version will be
version 3.0.
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 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 ], diff --git a/pith/pine.hlp b/pith/pine.hlp index 8a1fff7d..de38e614 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> |