diff --git a/configure.ac b/configure.ac index f296cce002..6f2ef97cdb 100644 --- a/configure.ac +++ b/configure.ac @@ -508,7 +508,7 @@ if test "x$enable_tls" = "xyes"; then #include #include #include ], [ SSL_CTX* ssl_ctx = SSL_CTX_new(TLS_server_method()); - assert(OPENSSL_VERSION_NUMBER >= 0x10100000L);], + assert(OPENSSL_VERSION_NUMBER >= 0x10101000L);], [ libssl_linked=yes ], [ libssl_linked=no ]) if test $libssl_linked = yes; then if test ! -z "$ledir" ; then