[*] God knows how long ago this was improperly refactored. This impl shouldn't even be using the crt for fopen but whatever it disables caching its probably fine
This commit is contained in:
parent
b1b5f417a7
commit
fab9856adb
@ -270,7 +270,7 @@ namespace Aurora::RNG
|
||||
|
||||
void Release()
|
||||
{
|
||||
#if defined(_UNIX_LIKE_DEVRAND)
|
||||
#if defined(AURORA_IS_POSIX_DERIVED)
|
||||
fclose(gDevURand);
|
||||
#elif defined(AURORA_IS_MODERNNT_DERIVED) && defined(USE_OLD_NTCRYPT)
|
||||
CryptReleaseContext(gCryptoProv, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user