From: tb Date: Wed, 12 Jan 2022 08:56:49 +0000 (+0000) Subject: Rework dhtest to use accessors and link statically for now X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=75249a51223a588492c393ad6cf7cb63203706f2;p=openbsd Rework dhtest to use accessors and link statically for now --- diff --git a/regress/lib/libcrypto/dh/Makefile b/regress/lib/libcrypto/dh/Makefile index 3eaacc42962..d8f7a51c7f3 100644 --- a/regress/lib/libcrypto/dh/Makefile +++ b/regress/lib/libcrypto/dh/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2014/07/08 15:53:52 jsing Exp $ +# $OpenBSD: Makefile,v 1.4 2022/01/12 08:56:49 tb Exp $ PROG= dhtest -LDADD= -lcrypto +LDADD= ${CRYPTO_INT} # XXX link dynamically after bump DPADD= ${LIBCRYPTO} WARNINGS= Yes -CFLAGS+= -DLIBRESSL_INTERNAL -Werror +CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror .include