mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 08:22:22 +01:00
linuxkm: eliminate duplicative WOLFSSL_KTHREADS macro (just use WOLFSSL_LINUXKM).
This commit is contained in:
@@ -1332,7 +1332,7 @@ int wolfSSL_CryptHwMutexUnLock(void)
|
||||
return BAD_MUTEX_E;
|
||||
}
|
||||
|
||||
#elif defined(WOLFSSL_KTHREADS)
|
||||
#elif defined(WOLFSSL_LINUXKM)
|
||||
|
||||
/* Linux kernel mutex routines are voids, alas. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user