diff options
| author | tb <> | 2025-01-22 15:38:25 +0000 |
|---|---|---|
| committer | tb <> | 2025-01-22 15:38:25 +0000 |
| commit | af147c629624a5d98195bd0e9eb33bd6961da774 (patch) | |
| tree | f34da2a06b439e293c4cc838dfad7062aec72f41 /src/regress/lib/libcrypto/ec/ectest.c | |
| parent | be81889e4c24184c1ddbc2f94925debbb9be1c0e (diff) | |
| download | openbsd-af147c629624a5d98195bd0e9eb33bd6961da774.tar.gz openbsd-af147c629624a5d98195bd0e9eb33bd6961da774.tar.bz2 openbsd-af147c629624a5d98195bd0e9eb33bd6961da774.zip | |
ectest: zap stray whitespace
Diffstat (limited to 'src/regress/lib/libcrypto/ec/ectest.c')
| -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 | ||
