Revert changes in the configs folder

Revert the changes in the `configs` folder to
align with the `README.txt` file.
This commit is contained in:
Ron Eldor 2018-07-01 10:42:54 +03:00
parent e6c2f4d168
commit 3cd35d1cee
3 changed files with 3 additions and 3 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

@ -70,6 +70,6 @@
/* For testing with compat.sh */
#define MBEDTLS_FS_IO
#include "check_config.h"
#include "mbedtls/check_config.h"
#endif /* MBEDTLS_CONFIG_H */

View file

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