File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2848,11 +2848,9 @@ if test "x$openssl" = "xyes" ; then
28482848 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")] )
28492849 ;;
28502850 101*) ;; # 1.1.x
2851- ;; # LibreSSL that supports evp_cipher_meth_* functions
2852- 200*) AC_MSG_ERROR ( [ LibreSSL versions older than 3.7 are no longer supported by HPN-SSH.] )
2851+ 200*) AC_MSG_ERROR ( [ LibreSSL versions older than 3.7 are no longer suported by HPN-SSH.] )
28532852 ;; # LibreSSL unsupported versions
2854- Libre*)
2855- AC_MSG_RESULT ( [ Found compatible libressl version] )
2853+ Libre*) ;; # LibreSSL that supports evp_cipher_meth_* functions
28562854# 300*) ;; # OpenSSL 3
28572855# 301*) ;; # OpenSSL development branch.
28582856# 302*) ;; # OpenSSL master branch
You can’t perform that action at this time.
0 commit comments