summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/dh
diff options
context:
space:
mode:
authortb <>2022-01-14 09:38:50 +0000
committertb <>2022-01-14 09:38:50 +0000
commit4a9d984952feca1a3256436fbf480ae453239f7e (patch)
treef5a00fc29b29d23a30f767c50bacd68a93a98d48 /src/regress/lib/libcrypto/dh
parentd976af16afece80aad931c280f7d3ed7fb3f275f (diff)
downloadopenbsd-4a9d984952feca1a3256436fbf480ae453239f7e.tar.gz
openbsd-4a9d984952feca1a3256436fbf480ae453239f7e.tar.bz2
openbsd-4a9d984952feca1a3256436fbf480ae453239f7e.zip
Undo static linking and other workarounds that are no longer needed
after the bump
Diffstat (limited to 'src/regress/lib/libcrypto/dh')
-rw-r--r--src/regress/lib/libcrypto/dh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/dh/Makefile b/src/regress/lib/libcrypto/dh/Makefile
index d8f7a51c7f..0485ddfd66 100644
--- a/src/regress/lib/libcrypto/dh/Makefile
+++ b/src/regress/lib/libcrypto/dh/Makefile
@@ -1,9 +1,9 @@
1# $OpenBSD: Makefile,v 1.4 2022/01/12 08:56:49 tb Exp $ 1# $OpenBSD: Makefile,v 1.5 2022/01/14 09:38:50 tb Exp $
2 2
3PROG= dhtest 3PROG= dhtest
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
9.include <bsd.regress.mk> 9.include <bsd.regress.mk>