random.h: removed include of sha256.h with HASHDBRG

This commit is contained in:
Daniele Lacamera
2021-05-12 07:46:22 +02:00
parent 8a17e6c10e
commit 8c008b81ac

View File

@ -103,7 +103,6 @@
#ifdef NO_SHA256
#error "Hash DRBG requires SHA-256."
#endif /* NO_SHA256 */
#include <wolfssl/wolfcrypt/sha256.h>
#elif defined(HAVE_WNR)
/* allow whitewood as direct RNG source using wc_GenerateSeed directly */
#elif defined(HAVE_INTEL_RDRAND)