aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Pronchery <pierre@freebsdfoundation.org>2023-05-25 07:26:58 +0000
committerMartin Matuska <mm@FreeBSD.org>2024-05-04 11:53:07 +0000
commit9377240725d2d04dbbfa4758828982d25782c923 (patch)
tree48719491a4116c82ea935f1fd4454ddaa6cd46c6
parentffd190f2236d4b61abfede673b57f539ceb17d4a (diff)
downloadsrc-9377240725d2d04dbbfa4758828982d25782c923.tar.gz
src-9377240725d2d04dbbfa4758828982d25782c923.zip
libarchive: Request the OpenSSL 1.1 API
OPENSSL_API_COMPAT can be used to specify the OpenSSL API version in use for the purpose of hiding deprecated interfaces and enabling the appropriate deprecation notices. This change is a NFC while we're still using OpenSSL 1.1.1 but will avoid deprecation warnings upon the switch to OpenSSL 3.0. A future update should migrate to use the OpenSSL 3.0 APIs. PR: 271615 Reviewed by: emaste Event: Kitchener-Waterloo Hackathon 202305 Sponsored by: The FreeBSD Foundation (cherry picked from commit 5a7500dab9b8480dacd5a9b70bad1541391342e4)
-rw-r--r--lib/libarchive/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libarchive/Makefile.inc b/lib/libarchive/Makefile.inc
index 6d4668faf7ba..c98249519fa4 100644
--- a/lib/libarchive/Makefile.inc
+++ b/lib/libarchive/Makefile.inc
@@ -9,6 +9,7 @@ CFLAGS+= -DPLATFORM_CONFIG_H=\"${.CURDIR}/config_freebsd.h\"
.if ${MK_OPENSSL} != "no"
CFLAGS+= -DWITH_OPENSSL
+CFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L
LIBADD+= crypto
.else
LIBADD+= md