[openssh-commits] [openssh] 01/01: OpenSSL dev branch is 302 not 320.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Oct 31 05:26:42 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch V_9_1
in repository openssh.
commit cb8e1437c3e96c6f49f037d2fcc4d634c7c8efc4
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Oct 31 05:13:02 2022 +1100
OpenSSL dev branch is 302 not 320.
While there, also accept 301 which it what it was previously.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 679a18db..c591a041 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2812,7 +2812,7 @@ if test "x$openssl" = "xyes" ; then
# OpenSSL 3; we use the 1.1x API
CPPFLAGS="$CPPFLAGS -DOPENSSL_API_COMPAT=0x10100000L"
;;
- 320*)
+ 301*|302*)
# OpenSSL development branch; request 1.1x API
CPPFLAGS="$CPPFLAGS -DOPENSSL_API_COMPAT=0x10100000L"
;;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list