done
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for OpenSSL version >= 1.1.0" >&5
-printf %s "checking for OpenSSL version >= 1.1.0... " >&6; }
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for OpenSSL version >= 1.1.1" >&5
+printf %s "checking for OpenSSL version >= 1.1.1... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <openssl/crypto.h>
- #if (OPENSSL_VERSION_NUMBER >= 0x10100000L)
+ #if (OPENSSL_VERSION_NUMBER >= 0x10101000L)
yes
#endif
]
)
- AC_MSG_CHECKING([for OpenSSL version >= 1.1.0])
+ AC_MSG_CHECKING([for OpenSSL version >= 1.1.1])
AC_EGREP_CPP(yes,
[#include <openssl/crypto.h>
- #if (OPENSSL_VERSION_NUMBER >= 0x10100000L)
+ #if (OPENSSL_VERSION_NUMBER >= 0x10101000L)
yes
#endif
],