[openssh-commits] [openssh] 01/01: Correct version_num for OpenSSL dev branch.

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Sep 5 20:46:24 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 7acb3578cdfec0b3d34501408071f7a96c1684ea
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Sep 5 20:45:42 2021 +1000

    Correct version_num for OpenSSL dev branch.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index da9aa2d5..f0eb24b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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")])
 		                ;;

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list