mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-18 08:09:56 +00:00
Mark internal function as static
This commit is contained in:
+1
-1
@@ -2142,7 +2142,7 @@ cleanup:
|
||||
/*
|
||||
* 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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user