[BACK]Return to mbedtls-issue-1001.patch CVS log [TXT][DIR] Up to [local] / acopm / .travis

File: [local] / acopm / .travis / mbedtls-issue-1001.patch (download)

Revision 1.1, Sat May 8 15:42:17 2021 UTC (3 years ago) by bountyht
Branch point for: MAIN

Initial revision

--- md.h 2017-07-10 06:01:58.818803363 +0000
+++ md.h 2017-07-16 10:06:31.869892629 +0000
@@ -25,6 +25,12 @@
 #ifndef MBEDTLS_MD_H
 #define MBEDTLS_MD_H
 
+#if !defined(MBEDTLS_CONFIG_FILE)
+#include "config.h"
+#else
+#include MBEDTLS_CONFIG_FILE
+#endif
+
 #include <stddef.h>
 
 #define MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE                -0x5080  /**< The selected feature is not available. */