From: tb Date: Tue, 15 Oct 2024 21:03:10 +0000 (+0000) Subject: rpki-client/openssl: eliminate pointless OpenSSL deprecation vomit X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=813289421df0f901afeeb01de226e0322246f05d;p=openbsd rpki-client/openssl: eliminate pointless OpenSSL deprecation vomit --- diff --git a/regress/usr.sbin/rpki-client/openssl/Makefile b/regress/usr.sbin/rpki-client/openssl/Makefile index 2d5ce4cd64b..0976c2b2345 100644 --- a/regress/usr.sbin/rpki-client/openssl/Makefile +++ b/regress/usr.sbin/rpki-client/openssl/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2024/09/04 04:34:14 tb Exp $ +# $OpenBSD: Makefile,v 1.2 2024/10/15 21:03:10 tb Exp $ EOPENSSL = eopenssl32 LDADD += -Wl,-rpath,/usr/local/lib/${EOPENSSL} -L/usr/local/lib/${EOPENSSL} CFLAGS += -I${.CURDIR}/ -I/usr/local/include/${EOPENSSL}/ +CFLAGS += -DOPENSSL_SUPPRESS_DEPRECATED .PATH: ${.CURDIR}/..