diff options
-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> |