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 6332e368cc
commit 13dfb4e0a9
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -73,6 +73,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

@ -87,6 +87,6 @@
/* Miscellaneous options */
#define MBEDTLS_AES_ROM_TABLES
#include "check_config.h"
#include "mbedtls/check_config.h"
#endif /* MBEDTLS_CONFIG_H */

View File

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

View File

@ -89,6 +89,6 @@
/* Save ROM and a few bytes of RAM by specifying our own ciphersuite list */
#define MBEDTLS_SSL_CIPHERSUITES MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
#include "check_config.h"
#include "mbedtls/check_config.h"
#endif /* MBEDTLS_CONFIG_H */