mirror of
https://github.com/json-c/json-c.git
synced 2026-03-21 22:19:07 +08:00
random_seed: fix unused variable for win32 build
This commit is contained in:
@@ -271,7 +271,6 @@ static int get_cryptgenrandom_seed(int *seed)
|
||||
{
|
||||
HCRYPTPROV hProvider = 0;
|
||||
DWORD dwFlags = CRYPT_VERIFYCONTEXT;
|
||||
int r;
|
||||
|
||||
DEBUG_SEED("get_cryptgenrandom_seed");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user