mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-16 13:56:52 +00:00
OpenSSL dev branch now identifies as 3.2.0.
This commit is contained in:
parent
195e5a65fd
commit
614252b05d
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user