Remove -app2_1 flags being passed to dsa and rsa regress.
authorjsing <jsing@openbsd.org>
Sat, 30 Mar 2024 00:32:13 +0000 (00:32 +0000)
committerjsing <jsing@openbsd.org>
Sat, 30 Mar 2024 00:32:13 +0000 (00:32 +0000)
Nothing does flag handling in these tests.

regress/lib/libcrypto/dsa/Makefile
regress/lib/libcrypto/rsa/Makefile

index f87eb77..0e5b268 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.5 2022/01/14 09:38:50 tb Exp $
+#      $OpenBSD: Makefile,v 1.6 2024/03/30 00:32:13 jsing Exp $
 
 PROG=  dsatest
 LDADD= -lcrypto
@@ -6,10 +6,4 @@ DPADD= ${LIBCRYPTO}
 WARNINGS=      Yes
 CFLAGS+=       -DLIBRESSL_INTERNAL -Werror
 
-REGRESS_TARGETS=regress-dsatest
-
-regress-dsatest:       ${PROG}
-       ./${PROG}
-       ./${PROG} -app2_1
-
 .include <bsd.regress.mk>
index ac87800..8833732 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.1 2017/01/25 06:44:04 beck Exp $
+#      $OpenBSD: Makefile,v 1.2 2024/03/30 00:32:13 jsing Exp $
 
 PROG=  rsa_test
 LDADD= -lcrypto
@@ -6,10 +6,4 @@ DPADD= ${LIBCRYPTO}
 WARNINGS=      Yes
 CFLAGS+=       -DLIBRESSL_INTERNAL -Werror
 
-REGRESS_TARGETS=regress-dsatest
-
-regress-dsatest:       ${PROG}
-       ./${PROG}
-       ./${PROG} -app2_1
-
 .include <bsd.regress.mk>