None of these tests needs to link statically.
authortb <tb@openbsd.org>
Sun, 19 Jun 2022 17:08:19 +0000 (17:08 +0000)
committertb <tb@openbsd.org>
Sun, 19 Jun 2022 17:08:19 +0000 (17:08 +0000)
regress/lib/libcrypto/bn/addsub/Makefile
regress/lib/libcrypto/bn/general/Makefile

index c35182d..382e776 100644 (file)
@@ -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
index 4c36648..cc75e7c 100644 (file)
@@ -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