From c72c4db2ec44fa47a5306a63ead11da3c87bf18b Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 6 Apr 2023 12:01:45 +0000 Subject: [PATCH] Move a comment to the proper place --- regress/lib/libcrypto/bn/bn_mod_sqrt.c | 11 +++++------ 1 file 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 @@ -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" -- 2.20.1