better naming of macro and alter misc.c check

This commit is contained in:
Jacob Barthelmeh
2016-03-29 13:42:40 -06:00
parent 7e90e2e540
commit e60adfc9da
38 changed files with 39 additions and 41 deletions

View File

@@ -131,7 +131,7 @@ int wc_FreeRng(WC_RNG* rng)
#ifdef NO_INLINE
#include <wolfssl/wolfcrypt/misc.h>
#else
#define WOLFSSL_MISC_COMPILED
#define WOLFSSL_MISC_INCLUDED
#include <wolfcrypt/src/misc.c>
#endif
#endif /* HAVE_HASHDRBG || NO_RC4 */