diff options
author | jsing <> | 2024-03-30 00:32:13 +0000 |
---|---|---|
committer | jsing <> | 2024-03-30 00:32:13 +0000 |
commit | 4dbe77029256813a4f6306578a2890807ef83d95 (patch) | |
tree | 4b201c031b59f71e53ec795b3c3abfb5cf481268 /src | |
parent | e8c593e2fbf1538d9a3d7dc723f5ebec314df757 (diff) | |
download | openbsd-4dbe77029256813a4f6306578a2890807ef83d95.tar.gz openbsd-4dbe77029256813a4f6306578a2890807ef83d95.tar.bz2 openbsd-4dbe77029256813a4f6306578a2890807ef83d95.zip |
Remove -app2_1 flags being passed to dsa and rsa regress.
Nothing does flag handling in these tests.
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/dsa/Makefile | 8 | ||||
-rw-r--r-- | src/regress/lib/libcrypto/rsa/Makefile | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/src/regress/lib/libcrypto/dsa/Makefile b/src/regress/lib/libcrypto/dsa/Makefile index f87eb77e8a..0e5b268cb8 100644 --- a/src/regress/lib/libcrypto/dsa/Makefile +++ b/src/regress/lib/libcrypto/dsa/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2022/01/14 09:38:50 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2024/03/30 00:32:13 jsing Exp $ |
2 | 2 | ||
3 | PROG= dsatest | 3 | PROG= dsatest |
4 | LDADD= -lcrypto | 4 | LDADD= -lcrypto |
@@ -6,10 +6,4 @@ DPADD= ${LIBCRYPTO} | |||
6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
8 | 8 | ||
9 | REGRESS_TARGETS=regress-dsatest | ||
10 | |||
11 | regress-dsatest: ${PROG} | ||
12 | ./${PROG} | ||
13 | ./${PROG} -app2_1 | ||
14 | |||
15 | .include <bsd.regress.mk> | 9 | .include <bsd.regress.mk> |
diff --git a/src/regress/lib/libcrypto/rsa/Makefile b/src/regress/lib/libcrypto/rsa/Makefile index ac87800492..8833732014 100644 --- a/src/regress/lib/libcrypto/rsa/Makefile +++ b/src/regress/lib/libcrypto/rsa/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2017/01/25 06:44:04 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2024/03/30 00:32:13 jsing Exp $ |
2 | 2 | ||
3 | PROG= rsa_test | 3 | PROG= rsa_test |
4 | LDADD= -lcrypto | 4 | LDADD= -lcrypto |
@@ -6,10 +6,4 @@ DPADD= ${LIBCRYPTO} | |||
6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
8 | 8 | ||
9 | REGRESS_TARGETS=regress-dsatest | ||
10 | |||
11 | regress-dsatest: ${PROG} | ||
12 | ./${PROG} | ||
13 | ./${PROG} -app2_1 | ||
14 | |||
15 | .include <bsd.regress.mk> | 9 | .include <bsd.regress.mk> |