Make config check include for configs examples more consistent

This way all config examples work when used like described in the README.
This commit is contained in:
Pascal Bach 2015-09-15 21:38:12 +02:00
parent a1a1128f7d
commit 5e4c206b77
2 changed files with 2 additions and 2 deletions

View file

@ -80,6 +80,6 @@
*/
#define MBEDTLS_SSL_MAX_CONTENT_LEN 512
#include "check_config.h"
#include "mbedtls/check_config.h"
#endif /* MBEDTLS_CONFIG_H */

View file

@ -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 */