diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-06 12:01:46 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-06 12:01:46 +0000 |
commit | 981749daa7a9e679761ba049190ddeb78a765916 (patch) | |
tree | 2b77b627178fe943f8039213d6ed717c728e193c /regress | |
parent | 61d26bc16cd9fae697dd451b2bc2b1672193ec12 (diff) |
Move a comment to the proper place
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/bn/bn_mod_sqrt.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/regress/lib/libcrypto/bn/bn_mod_sqrt.c b/regress/lib/libcrypto/bn/bn_mod_sqrt.c index 5273aba7c2a..a8a624f85b5 100644 --- a/regress/lib/libcrypto/bn/bn_mod_sqrt.c +++ b/regress/lib/libcrypto/bn/bn_mod_sqrt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_mod_sqrt.c,v 1.8 2023/04/05 11:03:11 tb Exp $ */ +/* $OpenBSD: bn_mod_sqrt.c,v 1.9 2023/04/06 12:01:45 tb Exp $ */ /* * Copyright (c) 2022,2023 Theo Buehler <tb@openbsd.org> @@ -71,15 +71,14 @@ struct mod_sqrt_test { .sqrt = "7", }, + /* + * Test cases resulting in an infinite loop before bn_sqrt.c r1.10. + */ + { .a = "20a7ee", .p = "460201", /* 460201 == 4D5 * E7D */ }, - - /* - * Test case resulting in an infinite loop before bn_sqrt.c r1.10. - */ - { .a = "65bebdb00a96fc814ec44b81f98b59fba3c30203928fa521" "4c51e0a97091645280c947b005847f239758482b9bfc45b0" |