From 3bd97c6515bed14a9947c0e8ce97c0605b438ce7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 31 Aug 2022 21:34:14 +0000 Subject: Add an empty line for consistency. --- src/lib/libcrypto/bn/bn_bpsw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -/* $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 * Copyright (c) 2022 Theo Buehler @@ -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) { -- cgit v1.2.3-55-g6feb