coding template

This commit is contained in:
Takashi Kojo
2020-06-24 07:31:20 +09:00
parent 1253be0142
commit 55bb95823c

View File

@ -1849,6 +1849,13 @@ int wolfSSL_CryptHwMutexUnLock(void) {
#elif defined(WOLFSSL_USER_MUTEX)
/* Use user own mutex */
/*
int wc_InitMutex(wolfSSL_Mutex* m) { ... }
int wc_FreeMutex(wolfSSL_Mutex *m) { ... }
int wc_LockMutex(wolfSSL_Mutex *m) { ... }
int wc_UnLockMutex(wolfSSL_Mutex *m) { ... }
*/
#else
#warning No mutex handling defined