fix configure test for OpenSSL version
square brackets in case statements may be eaten by autoconf. Report and fix from Filipp Gunbin; tweaked by naddy@
This commit is contained in:
parent
42c5ec4b97
commit
28c7b2cd05
|
@ -2612,7 +2612,7 @@ if test "x$openssl" = "xyes" ; then
|
|||
AC_MSG_ERROR([OpenSSL >= 1.0.1 required (have "$ssl_library_ver")])
|
||||
;;
|
||||
100*) ;; # 1.0.x
|
||||
101000[0123456]*)
|
||||
101000[[0123456]]*)
|
||||
# https://github.com/openssl/openssl/pull/4613
|
||||
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")])
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue