mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
random.h: removed include of sha256.h with HASHDBRG
This commit is contained in:
@@ -103,7 +103,6 @@
|
|||||||
#ifdef NO_SHA256
|
#ifdef NO_SHA256
|
||||||
#error "Hash DRBG requires SHA-256."
|
#error "Hash DRBG requires SHA-256."
|
||||||
#endif /* NO_SHA256 */
|
#endif /* NO_SHA256 */
|
||||||
#include <wolfssl/wolfcrypt/sha256.h>
|
|
||||||
#elif defined(HAVE_WNR)
|
#elif defined(HAVE_WNR)
|
||||||
/* allow whitewood as direct RNG source using wc_GenerateSeed directly */
|
/* allow whitewood as direct RNG source using wc_GenerateSeed directly */
|
||||||
#elif defined(HAVE_INTEL_RDRAND)
|
#elif defined(HAVE_INTEL_RDRAND)
|
||||||
|
Reference in New Issue
Block a user