summaryrefslogtreecommitdiff
path: root/include/mbedtls/hmac_drbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbedtls/hmac_drbg.h')
-rw-r--r--include/mbedtls/hmac_drbg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mbedtls/hmac_drbg.h b/include/mbedtls/hmac_drbg.h
index 146367b9..7eae32bb 100644
--- a/include/mbedtls/hmac_drbg.h
+++ b/include/mbedtls/hmac_drbg.h
@@ -24,6 +24,12 @@
#ifndef MBEDTLS_HMAC_DRBG_H
#define MBEDTLS_HMAC_DRBG_H
+#if !defined(MBEDTLS_CONFIG_FILE)
+#include "config.h"
+#else
+#include MBEDTLS_CONFIG_FILE
+#endif
+
#include "md.h"
#if defined(MBEDTLS_THREADING_C)