threads: Fix compiler warning
Use a protype for libcrypto_lock_callback(). Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
родитель
bcaeaf17af
Коммит
952c64b4c0
@ -132,7 +132,10 @@ static int libmbedcrypto_thread_init(void)
|
|||||||
|
|
||||||
static void **libcrypto_mutexes;
|
static void **libcrypto_mutexes;
|
||||||
|
|
||||||
static void libcrypto_lock_callback(int mode, int i, const char *file, int line){
|
void libcrypto_lock_callback(int mode, int i, const char *file, int line);
|
||||||
|
|
||||||
|
void libcrypto_lock_callback(int mode, int i, const char *file, int line)
|
||||||
|
{
|
||||||
(void)file;
|
(void)file;
|
||||||
(void)line;
|
(void)line;
|
||||||
if(mode & CRYPTO_LOCK){
|
if(mode & CRYPTO_LOCK){
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user