From 97dd2cd0e521799dfc6b2124c0e847fb7f404b8d Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 11 Oct 2022 13:52:23 +0000 Subject: Fix path of mentioned regress test --- src/lib/libcrypto/bn/bn_isqrt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/bn/bn_isqrt.c b/src/lib/libcrypto/bn/bn_isqrt.c index 19e31eab34..cc6f722679 100644 --- a/src/lib/libcrypto/bn/bn_isqrt.c +++ b/src/lib/libcrypto/bn/bn_isqrt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_isqrt.c,v 1.2 2022/07/13 11:20:00 tb Exp $ */ +/* $OpenBSD: bn_isqrt.c,v 1.3 2022/10/11 13:52:23 tb Exp $ */ /* * Copyright (c) 2022 Theo Buehler * @@ -159,7 +159,7 @@ bn_isqrt(BIGNUM *out_sqrt, int *out_perfect, const BIGNUM *n, BN_CTX *in_ctx) /* * is_square_mod_N[r % N] indicates whether r % N has a square root modulo N. - * The tables are generated in regress/lib/libcrypto/bn/bn_isqrt.c. + * The tables are generated in regress/lib/libcrypto/bn/general/bn_isqrt.c. */ const uint8_t is_square_mod_11[] = { -- cgit v1.2.3-55-g6feb