[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:13:43 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit f6d3ed9a8a9280cbb68d6a499850cfe810e92bd0
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 shat 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