mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-07 00:10:54 -04:00
Removed spurious white spaces.
This commit is contained in:
parent
12ce5d6da6
commit
29fa20a736
@ -64,9 +64,9 @@ static OQS_RAND_urandom_chacha20_ctx *OQS_RAND_urandom_chacha20_ctx_new() {
|
||||
if (rand_ctx == NULL) {
|
||||
goto err;
|
||||
}
|
||||
#if defined(WINDOWS)
|
||||
#if defined(WINDOWS)
|
||||
if (!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT) ||
|
||||
!CryptGenRandom(hCryptProv, 32, rand_ctx->key)) {
|
||||
!CryptGenRandom(hCryptProv, 32, rand_ctx->key)) {
|
||||
goto err;
|
||||
}
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user