summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-10-15 21:03:11 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-10-15 21:03:11 +0000
commit6037649ca47876222d4432aee3ace5d4beaf0a9c (patch)
tree88a4b435f656b0078359881d48220b036a1b2817 /regress
parent25ed0a7605bc470e149493e4c289969639876329 (diff)
rpki-client/openssl: eliminate pointless OpenSSL deprecation vomit
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.sbin/rpki-client/openssl/Makefile3
1 files changed, 2 insertions, 1 deletions
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}/..