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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user