medfall

A super great game engine
Log | Files | Refs

commit d01172b90afad8f8ca3c913835940d7e4702d994
parent 6efb66dc39bb431452bc1e491183e1852d6571fb
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Mon, 26 Feb 2018 13:50:27 +0200

Formatting

Diffstat:
ggentropy.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ggentropy.cc b/ggentropy.cc @@ -25,8 +25,8 @@ static bool try_urandom( void * buf, size_t n ) { bool ggentropy( void * buf, size_t n ) { ASSERT( n <= 256 ); - HCRYPTPROV provider; + HCRYPTPROV provider; if( CryptAcquireContext( &provider, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT ) == 0 ) return false;