summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/ec/ectest.c4
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