mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-04-12 22:45:47 +02:00
Merge pull request #5307 from kareem-wolfssl/miscfixes2
Fix a couple of STM32 bugs, and add some missing mutex frees.
This commit is contained in:
@@ -2051,6 +2051,8 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
||||
}
|
||||
}
|
||||
|
||||
HAL_RNG_DeInit(&hrng);
|
||||
|
||||
wolfSSL_CryptHwMutexUnLock();
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user