diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-08-31 21:34:15 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-08-31 21:34:15 +0000 |
commit | 4e8338ad8e3db7cf54c9f26ecdaa7454c7694dae (patch) | |
tree | 07f6448189ecb00ada57406bda5c0c6e95bb0f47 /lib/libcrypto/bn | |
parent | 2f61aa3cfdfde9c667cdb57492a7731215773129 (diff) |
Add an empty line for consistency.
Diffstat (limited to 'lib/libcrypto/bn')
-rw-r--r-- | lib/libcrypto/bn/bn_bpsw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/bn/bn_bpsw.c b/lib/libcrypto/bn/bn_bpsw.c index 95640deaba1..2f8cbba3429 100644 --- a/lib/libcrypto/bn/bn_bpsw.c +++ b/lib/libcrypto/bn/bn_bpsw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_bpsw.c,v 1.6 2022/08/29 18:54:06 tb Exp $ */ +/* $OpenBSD: bn_bpsw.c,v 1.7 2022/08/31 21:34:14 tb Exp $ */ /* * Copyright (c) 2022 Martin Grenouilloux <martin.grenouilloux@lse.epita.fr> * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> @@ -303,6 +303,7 @@ bn_strong_lucas_selfridge(int *is_prime, const BIGNUM *n, BN_CTX *ctx) /* * Miller-Rabin primality test for base 2. */ + static int bn_miller_rabin_base_2(int *is_prime, const BIGNUM *n, BN_CTX *ctx) { |