diff options
-rw-r--r-- | src/regress/lib/libcrypto/bn/addsub/Makefile | 4 | ||||
-rw-r--r-- | src/regress/lib/libcrypto/bn/general/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/bn/addsub/Makefile b/src/regress/lib/libcrypto/bn/addsub/Makefile index c35182db4f..382e776716 100644 --- a/src/regress/lib/libcrypto/bn/addsub/Makefile +++ b/src/regress/lib/libcrypto/bn/addsub/Makefile | |||
@@ -1,9 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2018/07/10 16:57:50 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2022/06/19 17:08:19 tb Exp $ |
2 | 2 | ||
3 | .include "../../Makefile.inc" | 3 | .include "../../Makefile.inc" |
4 | 4 | ||
5 | PROG= bnaddsub | 5 | PROG= bnaddsub |
6 | LDADD= ${CRYPTO_INT} | 6 | LDADD= ${LIBCRYPTO} |
7 | DPADD= ${LIBCRYPTO} | 7 | DPADD= ${LIBCRYPTO} |
8 | WARNINGS= Yes | 8 | WARNINGS= Yes |
9 | CFLAGS+= -Werror | 9 | CFLAGS+= -Werror |
diff --git a/src/regress/lib/libcrypto/bn/general/Makefile b/src/regress/lib/libcrypto/bn/general/Makefile index 4c36648ec7..cc75e7c5ec 100644 --- a/src/regress/lib/libcrypto/bn/general/Makefile +++ b/src/regress/lib/libcrypto/bn/general/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.11 2022/06/18 19:53:19 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.12 2022/06/19 17:08:19 tb Exp $ |
2 | 2 | ||
3 | .include "../../Makefile.inc" | 3 | .include "../../Makefile.inc" |
4 | 4 | ||
@@ -8,7 +8,7 @@ PROGS += bn_mod_sqrt | |||
8 | PROGS += bn_primes | 8 | PROGS += bn_primes |
9 | PROGS += bn_to_string | 9 | PROGS += bn_to_string |
10 | 10 | ||
11 | LDADD = ${CRYPTO_INT} | 11 | LDADD = ${LIBCRYPTO} |
12 | DPADD = ${LIBCRYPTO} | 12 | DPADD = ${LIBCRYPTO} |
13 | WARNINGS = Yes | 13 | WARNINGS = Yes |
14 | CFLAGS += -Werror | 14 | CFLAGS += -Werror |