summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5a9b3ff11..14e7c4a61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2612,7 +2612,7 @@ if test "x$openssl" = "xyes" ; then
2612 AC_MSG_ERROR([OpenSSL >= 1.0.1 required (have "$ssl_library_ver")]) 2612 AC_MSG_ERROR([OpenSSL >= 1.0.1 required (have "$ssl_library_ver")])
2613 ;; 2613 ;;
2614 100*) ;; # 1.0.x 2614 100*) ;; # 1.0.x
2615 101000[0123456]*) 2615 101000[[0123456]]*)
2616 # https://github.com/openssl/openssl/pull/4613 2616 # https://github.com/openssl/openssl/pull/4613
2617 AC_MSG_ERROR([OpenSSL 1.1.x versions prior to 1.1.0g have a bug that breaks their use with OpenSSH (have "$ssl_library_ver")]) 2617 AC_MSG_ERROR([OpenSSL 1.1.x versions prior to 1.1.0g have a bug that breaks their use with OpenSSH (have "$ssl_library_ver")])
2618 ;; 2618 ;;