summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-12-27 08:02:27 +0000
committertb <>2024-12-27 08:02:27 +0000
commit07a60b34d3827f191dcafe3f9c3803b7c3417649 (patch)
tree2070f1a21a3c2b279dd4777725a84d4bb2078a6d /src
parentb9d48b94b2b1f8938e4646a672cff8ea009964be (diff)
downloadopenbsd-07a60b34d3827f191dcafe3f9c3803b7c3417649.tar.gz
openbsd-07a60b34d3827f191dcafe3f9c3803b7c3417649.tar.bz2
openbsd-07a60b34d3827f191dcafe3f9c3803b7c3417649.zip
OpenSSL 1.1 is dead. Make this optionally use 3.3 instead.
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 6d694f2e1c..2724140635 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.5 2020/10/02 19:38:39 tb Exp $ 1# $OpenBSD: Makefile,v 1.6 2024/12/27 08:02:27 tb Exp $
2 2
3PROGS = verify 3PROGS = verify
4 4
5.ifdef EOPENSSL11 5.ifdef EOPENSSL33
6LDADD += -Wl,-rpath,/usr/local/lib/eopenssl11 -L/usr/local/lib/eopenssl11 6LDADD += -Wl,-rpath,/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33
7CFLAGS += -I/usr/local/include/eopenssl11/ 7CFLAGS += -I/usr/local/include/eopenssl33/
8.endif 8.endif
9 9
10LDADD += -lcrypto 10LDADD += -lcrypto