From 035efa9b2c99736f650c747e692040439ceff088 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 22 Jan 2025 15:38:25 +0000 Subject: ectest: zap stray whitespace --- src/regress/lib/libcrypto/ec/ectest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/ec/ectest.c b/src/regress/lib/libcrypto/ec/ectest.c index 97ff0bb839..1aa6b1717b 100644 --- a/src/regress/lib/libcrypto/ec/ectest.c +++ b/src/regress/lib/libcrypto/ec/ectest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ectest.c,v 1.33 2025/01/22 15:23:25 tb Exp $ */ +/* $OpenBSD: ectest.c,v 1.34 2025/01/22 15:38:25 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -274,7 +274,7 @@ prime_field_tests(void) } while (!EC_POINT_is_at_infinity(group, P)); if (k != 7) { - fprintf(stderr, "cycled in %d iterations, want 7\n", k); + fprintf(stderr, "cycled in %d iterations, want 7\n", k); ABORT; } -- cgit v1.2.3-55-g6feb