[openssh-commits] [openssh] 01/02: OpenSSL development is now 3.1.*
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Sep 5 19:43:27 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 864ed0d5e04a503b97202c776b7cf3f163f3eeaa
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Sep 5 19:33:22 2021 +1000
OpenSSL development is now 3.1.*
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index cbf27db2..da9aa2d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2761,7 +2761,8 @@ if test "x$openssl" = "xyes" ; then
;;
101*) ;; # 1.1.x
200*) ;; # LibreSSL
- 300*) ;; # OpenSSL development branch.
+ 300*) ;; # OpenSSL 3
+ 310*) ;; # OpenSSL development branch.
*)
AC_MSG_ERROR([Unknown/unsupported OpenSSL version ("$ssl_library_ver")])
;;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list