diff options
author | tb <> | 2025-01-22 15:38:25 +0000 |
---|---|---|
committer | tb <> | 2025-01-22 15:38:25 +0000 |
commit | 035efa9b2c99736f650c747e692040439ceff088 (patch) | |
tree | f34da2a06b439e293c4cc838dfad7062aec72f41 /src | |
parent | 421c4a39a1102796689ea3714aea4db32ea17011 (diff) | |
download | openbsd-035efa9b2c99736f650c747e692040439ceff088.tar.gz openbsd-035efa9b2c99736f650c747e692040439ceff088.tar.bz2 openbsd-035efa9b2c99736f650c747e692040439ceff088.zip |
ectest: zap stray whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/ec/ectest.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | /* $OpenBSD: ectest.c,v 1.33 2025/01/22 15:23:25 tb Exp $ */ | 1 | /* $OpenBSD: ectest.c,v 1.34 2025/01/22 15:38:25 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Originally written by Bodo Moeller for the OpenSSL project. | 3 | * Originally written by Bodo Moeller for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -274,7 +274,7 @@ prime_field_tests(void) | |||
274 | } while (!EC_POINT_is_at_infinity(group, P)); | 274 | } while (!EC_POINT_is_at_infinity(group, P)); |
275 | 275 | ||
276 | if (k != 7) { | 276 | if (k != 7) { |
277 | fprintf(stderr, "cycled in %d iterations, want 7\n", k); | 277 | fprintf(stderr, "cycled in %d iterations, want 7\n", k); |
278 | ABORT; | 278 | ABORT; |
279 | } | 279 | } |
280 | 280 | ||