diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-06-19 17:05:32 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-06-19 17:05:32 +0000 |
commit | 88000954e06afe020bd50d83818f055f8080948d (patch) | |
tree | 30c6e3e9ac5c1460dfd2a5d80a234c9ad12f2b99 /regress/lib/libcrypto/symbols | |
parent | a14ab151f1d2a0af43b13e87315dd2fe46622191 (diff) |
Drop bogus DPADD += ${LIBSSL}
Diffstat (limited to 'regress/lib/libcrypto/symbols')
-rw-r--r-- | regress/lib/libcrypto/symbols/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/symbols/Makefile b/regress/lib/libcrypto/symbols/Makefile index df4d1e3b2af..394bc08065a 100644 --- a/regress/lib/libcrypto/symbols/Makefile +++ b/regress/lib/libcrypto/symbols/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2020/09/18 10:18:25 tb Exp $ +# $OpenBSD: Makefile,v 1.2 2022/06/19 17:05:31 tb Exp $ TESTS = \ symbols @@ -21,7 +21,7 @@ include_headers.c: ${BSDSRCDIR}/lib/libcrypto/Symbols.list .endif LDADD= -lcrypto -DPADD= ${LIBCRYPTO} ${LIBSSL} +DPADD= ${LIBCRYPTO} LDFLAGS+= -lcrypto CFLAGS+= -Wno-deprecated-declarations |