mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-20 00:50:09 +00:00
Correct version_num for OpenSSL dev branch.
This commit is contained in:
parent
65bb011113
commit
7acb3578cd
@ -2762,7 +2762,7 @@ if test "x$openssl" = "xyes" ; then
|
||||
101*) ;; # 1.1.x
|
||||
200*) ;; # LibreSSL
|
||||
300*) ;; # OpenSSL 3
|
||||
310*) ;; # OpenSSL development branch.
|
||||
301*) ;; # OpenSSL development branch.
|
||||
*)
|
||||
AC_MSG_ERROR([Unknown/unsupported OpenSSL version ("$ssl_library_ver")])
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user