artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9445c5e
)
rpki-client/openssl: eliminate pointless OpenSSL deprecation vomit
author
tb
<tb@openbsd.org>
Tue, 15 Oct 2024 21:03:10 +0000
(21:03 +0000)
committer
tb
<tb@openbsd.org>
Tue, 15 Oct 2024 21:03:10 +0000
(21:03 +0000)
regress/usr.sbin/rpki-client/openssl/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/rpki-client/openssl/Makefile
b/regress/usr.sbin/rpki-client/openssl/Makefile
index
2d5ce4c
..
0976c2b
100644
(file)
--- 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}/..