[MBEDTLS] Update to version 2.7.10. CORE-15895
[reactos.git] / sdk / include / reactos / libs / mbedtls / compat-1.3.h
index 21ded5d..45647b0 100644 (file)
  *  This file is part of mbed TLS (https://tls.mbed.org)
  */
 
+#if !defined(MBEDTLS_CONFIG_FILE)
+#include "config.h"
+#else
+#include MBEDTLS_CONFIG_FILE
+#endif
+
 #if ! defined(MBEDTLS_DEPRECATED_REMOVED)
 
 #if defined(MBEDTLS_DEPRECATED_WARNING)