Remove warnings

This commit is contained in:
Zhi Guan
2022-10-14 17:39:17 +08:00
parent 4744848ee4
commit a9c5e99192
6 changed files with 19 additions and 57 deletions

View File

@@ -18,7 +18,7 @@
int rand_bytes(uint8_t *buf, size_t len)
{
HCRYPTPROV hCryptProv = NULL;
HCRYPTPROV hCryptProv;
int ret = -1;
if (!buf) {