mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
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:
@ -83,6 +83,6 @@
|
|||||||
*/
|
*/
|
||||||
#define MBEDTLS_SSL_MAX_CONTENT_LEN 512
|
#define MBEDTLS_SSL_MAX_CONTENT_LEN 512
|
||||||
|
|
||||||
#include "check_config.h"
|
#include "mbedtls/check_config.h"
|
||||||
|
|
||||||
#endif /* MBEDTLS_CONFIG_H */
|
#endif /* MBEDTLS_CONFIG_H */
|
||||||
|
@ -73,6 +73,6 @@
|
|||||||
/* For testing with compat.sh */
|
/* For testing with compat.sh */
|
||||||
#define MBEDTLS_FS_IO
|
#define MBEDTLS_FS_IO
|
||||||
|
|
||||||
#include "check_config.h"
|
#include "mbedtls/check_config.h"
|
||||||
|
|
||||||
#endif /* MBEDTLS_CONFIG_H */
|
#endif /* MBEDTLS_CONFIG_H */
|
||||||
|
@ -87,6 +87,6 @@
|
|||||||
/* Miscellaneous options */
|
/* Miscellaneous options */
|
||||||
#define MBEDTLS_AES_ROM_TABLES
|
#define MBEDTLS_AES_ROM_TABLES
|
||||||
|
|
||||||
#include "check_config.h"
|
#include "mbedtls/check_config.h"
|
||||||
|
|
||||||
#endif /* MBEDTLS_CONFIG_H */
|
#endif /* MBEDTLS_CONFIG_H */
|
||||||
|
@ -112,6 +112,6 @@
|
|||||||
*/
|
*/
|
||||||
#define MBEDTLS_SSL_MAX_CONTENT_LEN 1024
|
#define MBEDTLS_SSL_MAX_CONTENT_LEN 1024
|
||||||
|
|
||||||
#include "check_config.h"
|
#include "mbedtls/check_config.h"
|
||||||
|
|
||||||
#endif /* MBEDTLS_CONFIG_H */
|
#endif /* MBEDTLS_CONFIG_H */
|
||||||
|
@ -89,6 +89,6 @@
|
|||||||
/* Save ROM and a few bytes of RAM by specifying our own ciphersuite list */
|
/* 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
|
#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 */
|
#endif /* MBEDTLS_CONFIG_H */
|
||||||
|
Reference in New Issue
Block a user