mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 19:40:49 +02:00
f8c67345d6
OS_MUTEX_Lock() is acutally a non-blocking mutex lock, for wc_LockMutex() we need a blocking mutex. Switch to this.