aboutsummaryrefslogtreecommitdiff
path: root/configs/config-no-entropy.h
diff options
context:
space:
mode:
authorJaeden Amero <jaeden.amero@arm.com>2019-07-04 20:01:14 +0100
committerJaeden Amero <jaeden.amero@arm.com>2019-07-15 15:52:25 +0100
commitc49fbbf3eb2d7caa9c9f8edb44f857435d37347f (patch)
tree470c1a9d45677d9d55c22c721eb928bb8f74fb8f /configs/config-no-entropy.h
parentb6229e304e69e672dec653700467c696d32d19ae (diff)
downloadmbedtls-c49fbbf3eb2d7caa9c9f8edb44f857435d37347f.zip
mbedtls-c49fbbf3eb2d7caa9c9f8edb44f857435d37347f.tar.gz
mbedtls-c49fbbf3eb2d7caa9c9f8edb44f857435d37347f.tar.bz2
Use mbedtls-based path for includes
To help the build system find the correct include files, paths starting with "mbedtls/" or "psa/" must be used. Otherwise, you can run into build failures like the following when building Mbed Crypto as a submodule. In file included from chachapoly.c:31:0: ../../include/mbedtls/chachapoly.h:43:10: fatal error: poly1305.h: No such file or directory #include "poly1305.h" ^~~~~~~~~~~~ compilation terminated. Includes for ALT implementations are not modified, as the alt headers are provided by system integrators and not Mbed TLS or Mbed Crypto.
Diffstat (limited to 'configs/config-no-entropy.h')
-rw-r--r--configs/config-no-entropy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/config-no-entropy.h b/configs/config-no-entropy.h
index 6f44899..502ca03 100644
--- a/configs/config-no-entropy.h
+++ b/configs/config-no-entropy.h
@@ -81,6 +81,6 @@
/* Miscellaneous options */
#define MBEDTLS_AES_ROM_TABLES
-#include "check_config.h"
+#include "mbedtls/check_config.h"
#endif /* MBEDTLS_CONFIG_H */