diff options
Diffstat (limited to 'src/regress/lib/libcrypto/bn/general/bn_isqrt.c')
-rw-r--r-- | src/regress/lib/libcrypto/bn/general/bn_isqrt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/general/bn_isqrt.c b/src/regress/lib/libcrypto/bn/general/bn_isqrt.c index b9939dc59c..8ea9cead77 100644 --- a/src/regress/lib/libcrypto/bn/general/bn_isqrt.c +++ b/src/regress/lib/libcrypto/bn/general/bn_isqrt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_isqrt.c,v 1.7 2022/10/11 13:51:41 tb Exp $ */ | 1 | /* $OpenBSD: bn_isqrt.c,v 1.8 2022/11/26 16:08:56 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> |
4 | * | 4 | * |
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | #include <openssl/bn.h> | 22 | #include <openssl/bn.h> |
23 | 23 | ||
24 | #include "bn_lcl.h" | 24 | #include "bn_local.h" |
25 | 25 | ||
26 | #define N_TESTS 400 | 26 | #define N_TESTS 400 |
27 | 27 | ||