From 8c008b81aca355d99e787edb3f588b6bc48cdc73 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Wed, 12 May 2021 07:46:22 +0200 Subject: [PATCH] random.h: removed include of sha256.h with HASHDBRG --- wolfssl/wolfcrypt/random.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wolfssl/wolfcrypt/random.h b/wolfssl/wolfcrypt/random.h index 066eaff49..a447266b7 100644 --- a/wolfssl/wolfcrypt/random.h +++ b/wolfssl/wolfcrypt/random.h @@ -103,7 +103,6 @@ #ifdef NO_SHA256 #error "Hash DRBG requires SHA-256." #endif /* NO_SHA256 */ - #include #elif defined(HAVE_WNR) /* allow whitewood as direct RNG source using wc_GenerateSeed directly */ #elif defined(HAVE_INTEL_RDRAND)