1
1

threads: Make libcrypto_mutexes static.

Fixes sparse warnings.
Этот коммит содержится в:
Andreas Schneider 2012-02-18 12:24:17 +01:00
родитель 72db38b31d
Коммит e68b763a67

Просмотреть файл

@ -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;