From e68b763a67227c88d2389da4dd0c023a0f4e497e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 18 Feb 2012 12:24:17 +0100 Subject: threads: Make libcrypto_mutexes static. Fixes sparse warnings. --- src/threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/threads.c b/src/threads.c index 029ebdd..107c65d 100644 --- a/src/threads.c +++ b/src/threads.c @@ -83,7 +83,7 @@ static int libgcrypt_thread_init(void){ /* Libcrypto specific stuff */ -void **libcrypto_mutexes; +static void **libcrypto_mutexes; static void libcrypto_lock_callback(int mode, int i, const char *file, int line){ (void)file; -- cgit v1.2.3