From: tb Date: Sun, 19 Jun 2022 17:08:19 +0000 (+0000) Subject: None of these tests needs to link statically. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fa9a7be016eb79d0c1514414c3dd0765d514dda0;p=openbsd None of these tests needs to link statically. --- diff --git a/regress/lib/libcrypto/bn/addsub/Makefile b/regress/lib/libcrypto/bn/addsub/Makefile index c35182db4fa..382e776716e 100644 --- a/regress/lib/libcrypto/bn/addsub/Makefile +++ b/regress/lib/libcrypto/bn/addsub/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2018/07/10 16:57:50 tb Exp $ +# $OpenBSD: Makefile,v 1.2 2022/06/19 17:08:19 tb Exp $ .include "../../Makefile.inc" PROG= bnaddsub -LDADD= ${CRYPTO_INT} +LDADD= ${LIBCRYPTO} DPADD= ${LIBCRYPTO} WARNINGS= Yes CFLAGS+= -Werror diff --git a/regress/lib/libcrypto/bn/general/Makefile b/regress/lib/libcrypto/bn/general/Makefile index 4c36648ec76..cc75e7c5ece 100644 --- a/regress/lib/libcrypto/bn/general/Makefile +++ b/regress/lib/libcrypto/bn/general/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2022/06/18 19:53:19 tb Exp $ +# $OpenBSD: Makefile,v 1.12 2022/06/19 17:08:19 tb Exp $ .include "../../Makefile.inc" @@ -8,7 +8,7 @@ PROGS += bn_mod_sqrt PROGS += bn_primes PROGS += bn_to_string -LDADD = ${CRYPTO_INT} +LDADD = ${LIBCRYPTO} DPADD = ${LIBCRYPTO} WARNINGS = Yes CFLAGS += -Werror