summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-07-23 07:46:12 +0000
committertb <>2025-07-23 07:46:12 +0000
commit448021e64e5fa32c443452aab0f4152868fd919d (patch)
tree4e63284bcd9d9a551ccbdc0d61db0f798475b4c2 /src
parent667a8f25b13da7abf688ecffd12f4ec723b638f4 (diff)
downloadopenbsd-448021e64e5fa32c443452aab0f4152868fd919d.tar.gz
openbsd-448021e64e5fa32c443452aab0f4152868fd919d.tar.bz2
openbsd-448021e64e5fa32c443452aab0f4152868fd919d.zip
regress/libcrypto/x509/bettertls: switch to eopenssl35
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/x509/bettertls/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/x509/bettertls/Makefile b/src/regress/lib/libcrypto/x509/bettertls/Makefile
index 2724140635..2a06239fc5 100644
--- a/src/regress/lib/libcrypto/x509/bettertls/Makefile
+++ b/src/regress/lib/libcrypto/x509/bettertls/Makefile
@@ -1,10 +1,10 @@
1# $OpenBSD: Makefile,v 1.6 2024/12/27 08:02:27 tb Exp $ 1# $OpenBSD: Makefile,v 1.7 2025/07/23 07:46:12 tb Exp $
2 2
3PROGS = verify 3PROGS = verify
4 4
5.ifdef EOPENSSL33 5.ifdef EOPENSSL35
6LDADD += -Wl,-rpath,/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33 6LDADD += -Wl,-rpath,/usr/local/lib/eopenssl35 -L/usr/local/lib/eopenssl35
7CFLAGS += -I/usr/local/include/eopenssl33/ 7CFLAGS += -I/usr/local/include/eopenssl35/
8.endif 8.endif
9 9
10LDADD += -lcrypto 10LDADD += -lcrypto