aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/threads.c2
1 files changed, 1 insertions, 1 deletions
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;