diff options
author | tb <> | 2022-06-19 17:05:31 +0000 |
---|---|---|
committer | tb <> | 2022-06-19 17:05:31 +0000 |
commit | 4c038e6f06d13029a7843f64f4a743b405784058 (patch) | |
tree | ba1f44ca3c0b86eae0053975d4b0491e729b1a80 /src/regress/lib/libcrypto/asn1 | |
parent | 688e1145457ba9b3ff13669f4e5596538e5e04c7 (diff) | |
download | openbsd-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/Makefile | 4 |
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 | ||
3 | PROGS = \ | 3 | PROGS = \ |
4 | asn1api \ | 4 | asn1api \ |
@@ -13,7 +13,7 @@ PROGS = \ | |||
13 | rfc5280time \ | 13 | rfc5280time \ |
14 | string_table | 14 | string_table |
15 | 15 | ||
16 | DPADD+= ${LIBCRYPTO} ${LIBSSL} | 16 | DPADD+= ${LIBCRYPTO} |
17 | WARNINGS= Yes | 17 | WARNINGS= Yes |
18 | LDFLAGS+= -lcrypto | 18 | LDFLAGS+= -lcrypto |
19 | CFLAGS+= -DLIBRESSL_INTERNAL | 19 | CFLAGS+= -DLIBRESSL_INTERNAL |