summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/dsa
diff options
context:
space:
mode:
authortb <>2022-01-14 09:38:50 +0000
committertb <>2022-01-14 09:38:50 +0000
commit256ebebe0a83a12984fcfea58daf6f31ef81571a (patch)
treef5a00fc29b29d23a30f767c50bacd68a93a98d48 /src/regress/lib/libcrypto/dsa
parentfeb7fb5302d1d5e7d7e1a286ba448e0de8b06a10 (diff)
downloadopenbsd-256ebebe0a83a12984fcfea58daf6f31ef81571a.tar.gz
openbsd-256ebebe0a83a12984fcfea58daf6f31ef81571a.tar.bz2
openbsd-256ebebe0a83a12984fcfea58daf6f31ef81571a.zip
Undo static linking and other workarounds that are no longer needed
after the bump
Diffstat (limited to 'src/regress/lib/libcrypto/dsa')
-rw-r--r--src/regress/lib/libcrypto/dsa/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/dsa/Makefile b/src/regress/lib/libcrypto/dsa/Makefile
index 489c2225d2..f87eb77e8a 100644
--- a/src/regress/lib/libcrypto/dsa/Makefile
+++ b/src/regress/lib/libcrypto/dsa/Makefile
@@ -1,10 +1,10 @@
1# $OpenBSD: Makefile,v 1.4 2022/01/12 08:59:56 tb Exp $ 1# $OpenBSD: Makefile,v 1.5 2022/01/14 09:38:50 tb Exp $
2 2
3PROG= dsatest 3PROG= dsatest
4LDADD= ${CRYPTO_INT} # XXX link dynamically after bump 4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO} 5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes 6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror 7CFLAGS+= -DLIBRESSL_INTERNAL -Werror
8 8
9REGRESS_TARGETS=regress-dsatest 9REGRESS_TARGETS=regress-dsatest
10 10