diff options
author | tb <> | 2025-07-23 07:46:12 +0000 |
---|---|---|
committer | tb <> | 2025-07-23 07:46:12 +0000 |
commit | 448021e64e5fa32c443452aab0f4152868fd919d (patch) | |
tree | 4e63284bcd9d9a551ccbdc0d61db0f798475b4c2 /src | |
parent | 667a8f25b13da7abf688ecffd12f4ec723b638f4 (diff) | |
download | openbsd-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/Makefile | 8 |
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 | ||
3 | PROGS = verify | 3 | PROGS = verify |
4 | 4 | ||
5 | .ifdef EOPENSSL33 | 5 | .ifdef EOPENSSL35 |
6 | LDADD += -Wl,-rpath,/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33 | 6 | LDADD += -Wl,-rpath,/usr/local/lib/eopenssl35 -L/usr/local/lib/eopenssl35 |
7 | CFLAGS += -I/usr/local/include/eopenssl33/ | 7 | CFLAGS += -I/usr/local/include/eopenssl35/ |
8 | .endif | 8 | .endif |
9 | 9 | ||
10 | LDADD += -lcrypto | 10 | LDADD += -lcrypto |