mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
openssh: Request the OpenSSL 1.1 API
Upstream OpenSSH commit f51423bda ("request 1.1x API compatibility for
OpenSSL >=3.x") requests OPENSSL_API_COMPAT version 0x10100000L (OpenSSL
1.1.0), in order to avoid warnings about deprecated functions.
Do the same here, to avoid getting those warnings.
Reviewed by: emaste
Approved by: emaste (mentor)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D49517
This commit is contained in:
parent
fd52a9e11c
commit
d4f438357e
1 changed files with 2 additions and 0 deletions
|
|
@ -24,3 +24,5 @@ CFLAGS+= -DLIBWRAP=1
|
|||
# Built-in security key support
|
||||
CFLAGS+= -include sk_config.h
|
||||
.endif
|
||||
|
||||
CFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue