diff options
author | jsing <> | 2024-03-30 00:32:13 +0000 |
---|---|---|
committer | jsing <> | 2024-03-30 00:32:13 +0000 |
commit | 8d254a11eb16a71f3476a44f0aa44bf6764cbbf2 (patch) | |
tree | 4b201c031b59f71e53ec795b3c3abfb5cf481268 | |
parent | 3e3539b40954d9f4b256cf32c523d9e6a75823bc (diff) | |
download | openbsd-8d254a11eb16a71f3476a44f0aa44bf6764cbbf2.tar.gz openbsd-8d254a11eb16a71f3476a44f0aa44bf6764cbbf2.tar.bz2 openbsd-8d254a11eb16a71f3476a44f0aa44bf6764cbbf2.zip |
Remove -app2_1 flags being passed to dsa and rsa regress.
Nothing does flag handling in these tests.
-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> |