summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1
diff options
context:
space:
mode:
authortb <>2022-06-19 17:05:31 +0000
committertb <>2022-06-19 17:05:31 +0000
commit4c038e6f06d13029a7843f64f4a743b405784058 (patch)
treeba1f44ca3c0b86eae0053975d4b0491e729b1a80 /src/regress/lib/libcrypto/asn1
parent688e1145457ba9b3ff13669f4e5596538e5e04c7 (diff)
downloadopenbsd-4c038e6f06d13029a7843f64f4a743b405784058.tar.gz
openbsd-4c038e6f06d13029a7843f64f4a743b405784058.tar.bz2
openbsd-4c038e6f06d13029a7843f64f4a743b405784058.zip
Drop bogus DPADD += ${LIBSSL}
Diffstat (limited to 'src/regress/lib/libcrypto/asn1')
-rw-r--r--src/regress/lib/libcrypto/asn1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile
index d7d8de8b6d..0d62226add 100644
--- a/src/regress/lib/libcrypto/asn1/Makefile
+++ b/src/regress/lib/libcrypto/asn1/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.17 2022/05/16 20:53:20 tb Exp $ 1# $OpenBSD: Makefile,v 1.18 2022/06/19 17:05:31 tb Exp $
2 2
3PROGS = \ 3PROGS = \
4 asn1api \ 4 asn1api \
@@ -13,7 +13,7 @@ PROGS = \
13 rfc5280time \ 13 rfc5280time \
14 string_table 14 string_table
15 15
16DPADD+= ${LIBCRYPTO} ${LIBSSL} 16DPADD+= ${LIBCRYPTO}
17WARNINGS= Yes 17WARNINGS= Yes
18LDFLAGS+= -lcrypto 18LDFLAGS+= -lcrypto
19CFLAGS+= -DLIBRESSL_INTERNAL 19CFLAGS+= -DLIBRESSL_INTERNAL