mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-22 21:23:56 +08:00
Remove warnings
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
int rand_bytes(uint8_t *buf, size_t len)
|
||||
{
|
||||
HCRYPTPROV hCryptProv = NULL;
|
||||
HCRYPTPROV hCryptProv;
|
||||
int ret = -1;
|
||||
|
||||
if (!buf) {
|
||||
|
||||
Reference in New Issue
Block a user