diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 ], |