remove fcntl.h include when custom generate seed macro is defined (#994)

This commit is contained in:
JacobBarthelmeh 2017-06-23 15:03:07 -06:00 committed by dgarske
parent fbc4123ec0
commit 3bdf8b3cfd
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ int wc_RNG_GenerateByte(WC_RNG* rng, byte* b)
#elif defined(NO_DEV_RANDOM)
#elif defined(CUSTOM_RAND_GENERATE)
#elif defined(CUSTOM_RAND_GENERATE_BLOCK)
#elif defined(CUSTOM_RAND_GENERATE_SEED)
#elif defined(WOLFSSL_GENSEED_FORTEST)
#elif defined(WOLFSSL_MDK_ARM)
#elif defined(WOLFSSL_IAR_ARM)