Refactor EGD conditional support

As per Jeremy's request in #124
Windows does not define HAVE_RAND_EGD resulting in the same conditional
support for EGD.
This commit is contained in:
Bernard Spil
2015-04-21 10:04:08 +02:00
parent 828f4f4fb1
commit 858480145b
6 changed files with 3 additions and 10 deletions

View File

@@ -486,7 +486,7 @@ fortuna_reseed(void)
entropy_p = 1;
}
#endif
#if !defined(NO_RAND_EGD_METHOD) && defined(HAVE_RAND_EGD)
#if defined(HAVE_RAND_EGD)
/*
* Only to get egd entropy if /dev/random or arc4rand failed since
* it can be horribly slow to generate new bits.