1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-02 01:17:52 +03:00

threads: Make libcrypto_mutexes static.

Fixes sparse warnings.
This commit is contained in:
Andreas Schneider
2012-02-18 12:24:17 +01:00
parent 72db38b31d
commit e68b763a67

View File

@@ -83,7 +83,7 @@ static int libgcrypt_thread_init(void){
/* Libcrypto specific stuff */ /* Libcrypto specific stuff */
void **libcrypto_mutexes; static void **libcrypto_mutexes;
static void libcrypto_lock_callback(int mode, int i, const char *file, int line){ static void libcrypto_lock_callback(int mode, int i, const char *file, int line){
(void)file; (void)file;