From 813289421df0f901afeeb01de226e0322246f05d Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 15 Oct 2024 21:03:10 +0000 Subject: [PATCH] rpki-client/openssl: eliminate pointless OpenSSL deprecation vomit --- regress/usr.sbin/rpki-client/openssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}/.. -- 2.20.1