summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2020-10-02 08:07:33 +0000
committertb <>2020-10-02 08:07:33 +0000
commitf0d357b9eadb2e4521846bc9db12b0cc9cc9de76 (patch)
tree77f9e2c9ffbc9addea3a46e25a26b1354351aa6e /src
parent24c1472944e53124a9ed8f5baef3fd8496632a4f (diff)
downloadopenbsd-f0d357b9eadb2e4521846bc9db12b0cc9cc9de76.tar.gz
openbsd-f0d357b9eadb2e4521846bc9db12b0cc9cc9de76.tar.bz2
openbsd-f0d357b9eadb2e4521846bc9db12b0cc9cc9de76.zip
Tidy up: no need to link statically against libcrypto and no need
to look at its private headers either.
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 c930c21cae..fabbebcca7 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.1 2020/07/15 03:12:42 beck Exp $ 1# $OpenBSD: Makefile,v 1.2 2020/10/02 08:07:33 tb Exp $
2 2
3PROGS = verify 3PROGS= verify
4LDADD= -Wl,-Bstatic -lcrypto -Wl,-Bdynamic 4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO} 5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes 6WARNINGS= Yes
7CFLAGS+= -g -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509 7CFLAGS+= -g -DLIBRESSL_INTERNAL -Wundef -Werror
8 8
9REGRESS_TARGETS= bettertls-test 9REGRESS_TARGETS= bettertls-test
10CLEANFILES+= test.out 10CLEANFILES+= test.out