diff --git a/library/ecdsa.c b/library/ecdsa.c index b4ac18d2b..9f697a1cd 100644 --- a/library/ecdsa.c +++ b/library/ecdsa.c @@ -140,7 +140,7 @@ static void hmac_drbg_free( hmac_drbg_context *ctx ) * * Argument is the minimum size in bytes of the MD output. */ -const md_info_t *md_info_by_size( int min_size ) +static const md_info_t *md_info_by_size( int min_size ) { const md_info_t *md_cur, *md_picked = NULL; const int *md_alg;