Update to Core 0.13.2

This commit is contained in:
lateminer
2018-11-14 19:43:28 +03:00
77 changed files with 889 additions and 616 deletions

View File

@@ -93,7 +93,7 @@ static void RandAddSeedPerfmon()
}
/** Get 32 bytes of system entropy. */
void GetOSRand(unsigned char *ent32)
static void GetOSRand(unsigned char *ent32)
{
#ifdef WIN32
HCRYPTPROV hProvider;