mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Fix missing include
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
178bf3ee8a
commit
20b2efa293
@ -3,6 +3,10 @@
|
||||
#include "mbedtls/ctr_drbg.h"
|
||||
#include "string.h"
|
||||
|
||||
#if defined(MBEDTLS_THREADING_PTHREAD)
|
||||
#include "mbedtls/threading.h"
|
||||
#endif
|
||||
|
||||
/* Modes for ctr_drbg_validate */
|
||||
enum reseed_mode {
|
||||
RESEED_NEVER, /* never reseed */
|
||||
|
Loading…
x
Reference in New Issue
Block a user