mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-08-19 00:39:26 +02: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…
x
Reference in New Issue
Block a user