[openssh-commits] [openssh] 01/01: OpenSSL dev branch now identifies as 3.2.0.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Oct 18 06:35:29 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 f86294bff4b1e7ec6110ff61bc5b36a4d5746ec8
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Oct 18 06:29:16 2022 +1100
OpenSSL dev branch now identifies as 3.2.0.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 165c49de..679a18db 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"
;;
- 301*)
+ 320*)
# 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