-/* $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 <tb@openbsd.org>
*
/*
* 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[] = {