From 22e0977e7894a71130566c7015e6a45d57a84672 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 1 Jun 2023 09:46:00 +0000 Subject: Remove the speed test again It takes too much time and we now know that all covered ciphers can cope with unaligned input and output on all tested architectures. --- src/regress/usr.bin/openssl/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/regress/usr.bin/openssl/Makefile b/src/regress/usr.bin/openssl/Makefile index 8cdaac01ac..876ebbcc6d 100644 --- a/src/regress/usr.bin/openssl/Makefile +++ b/src/regress/usr.bin/openssl/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2023/05/20 12:07:21 tb Exp $ +# $OpenBSD: Makefile,v 1.9 2023/06/01 09:46:00 tb Exp $ SUBDIR= options x509 CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem CLEANFILES+= appstest_dir -REGRESS_TARGETS=ssl-enc ssl-dsa ssl-rsa appstest speed -REGRESS_SLOW_TARGETS=speed +REGRESS_TARGETS=ssl-enc ssl-dsa ssl-rsa appstest OPENSSL=/usr/bin/openssl CLEAR1=p @@ -60,10 +59,6 @@ ssl-rsa: env OPENSSL=${OPENSSL} sh ${.CURDIR}/testrsa.sh ${.OBJDIR} ${.CURDIR} appstest: env OPENSSL=${OPENSSL} sh ${.CURDIR}/appstest.sh -q -speed: -.for offset in 0 3 - ${OPENSSL} speed -unaligned ${offset} -.endfor clean: rm -rf ${CLEANFILES} -- cgit v1.2.3-55-g6feb