diff options
author | tb <> | 2022-08-31 21:34:14 +0000 |
---|---|---|
committer | tb <> | 2022-08-31 21:34:14 +0000 |
commit | 3bd97c6515bed14a9947c0e8ce97c0605b438ce7 (patch) | |
tree | 9d0efd8aafe9373ae83aa0fa41cac70c95d76020 /src | |
parent | a29d24d2f4722b4c805fd5bbf6f162146b12ea24 (diff) | |
download | openbsd-3bd97c6515bed14a9947c0e8ce97c0605b438ce7.tar.gz openbsd-3bd97c6515bed14a9947c0e8ce97c0605b438ce7.tar.bz2 openbsd-3bd97c6515bed14a9947c0e8ce97c0605b438ce7.zip |
Add an empty line for consistency.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/bn/bn_bpsw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/bn_bpsw.c b/src/lib/libcrypto/bn/bn_bpsw.c index 95640deaba..2f8cbba342 100644 --- a/src/lib/libcrypto/bn/bn_bpsw.c +++ b/src/lib/libcrypto/bn/bn_bpsw.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_bpsw.c,v 1.6 2022/08/29 18:54:06 tb Exp $ */ | 1 | /* $OpenBSD: bn_bpsw.c,v 1.7 2022/08/31 21:34:14 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022 Martin Grenouilloux <martin.grenouilloux@lse.epita.fr> | 3 | * Copyright (c) 2022 Martin Grenouilloux <martin.grenouilloux@lse.epita.fr> |
4 | * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> | 4 | * 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) | |||
303 | /* | 303 | /* |
304 | * Miller-Rabin primality test for base 2. | 304 | * Miller-Rabin primality test for base 2. |
305 | */ | 305 | */ |
306 | |||
306 | static int | 307 | static int |
307 | bn_miller_rabin_base_2(int *is_prime, const BIGNUM *n, BN_CTX *ctx) | 308 | bn_miller_rabin_base_2(int *is_prime, const BIGNUM *n, BN_CTX *ctx) |
308 | { | 309 | { |