Skip to content

Commit 6eef555

Browse files
committed
It would help if I did not have errors in configure.ac
1 parent f307ca2 commit 6eef555

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

configure.ac

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)