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:
David Garske
2022-07-01 09:46:22 -07:00
committed by GitHub
4 changed files with 19 additions and 9 deletions

View File

@@ -2051,6 +2051,8 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
}
}
HAL_RNG_DeInit(&hrng);
wolfSSL_CryptHwMutexUnLock();
return 0;