mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-08 00:03:38 -04:00
Removed spurious white spaces.
This commit is contained in:
parent
12ce5d6da6
commit
29fa20a736
@ -66,7 +66,7 @@ static OQS_RAND_urandom_chacha20_ctx *OQS_RAND_urandom_chacha20_ctx_new() {
|
||||
}
|
||||
#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