commit | 5e4c206b7751737e1169f7eec1563874cedd3f63 | [log] [tgz] |
---|---|---|
author | Pascal Bach <pascal.bach@nextrem.ch> | Tue Sep 15 21:38:12 2015 +0200 |
committer | Pascal Bach <pascal.bach@nextrem.ch> | Tue Sep 15 21:38:12 2015 +0200 |
tree | 036e837d9cdd2a4c9285532f26096cc3db8a5d64 | |
parent | a1a1128f7d916d3574c92e03a54cdb8f8103f2ef [diff] [blame] |
Make config check include for configs examples more consistent This way all config examples work when used like described in the README.
diff --git a/configs/config-picocoin.h b/configs/config-picocoin.h index 4269872..26b24a9 100644 --- a/configs/config-picocoin.h +++ b/configs/config-picocoin.h
@@ -66,6 +66,6 @@ #define MBEDTLS_SHA1_C #define MBEDTLS_SHA256_C -#include "check_config.h" +#include "mbedtls/check_config.h" #endif /* MBEDTLS_CONFIG_H */