diff --git a/src/threads.c b/src/threads.c index 029ebdd6..107c65d2 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;