commit | 73497ceaef9e64f510e255024600413b6c8bf71b | [log] [tgz] |
---|---|---|
author | Darryl Green <darryl.green@arm.com> | Tue Oct 16 15:07:48 2018 +0100 |
committer | Darryl Green <darryl.green@arm.com> | Tue Oct 16 15:07:48 2018 +0100 |
tree | e701cda3f6e4984153d95248ad152e4afc3151c8 | |
parent | 0c9bbb0ff8938453d0fa9b78d11812a81859580f [diff] [blame] |
Mark internal function as static
diff --git a/library/bignum.c b/library/bignum.c index 1c3bfe0..61aa961 100644 --- a/library/bignum.c +++ b/library/bignum.c
@@ -2132,7 +2132,7 @@ /* * Pseudo-primality test: small factors, then Miller-Rabin */ -int mpi_is_prime_internal( const mbedtls_mpi *X, int rounds, +static int mpi_is_prime_internal( const mbedtls_mpi *X, int rounds, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng ) {