Skip to content

Commit

Permalink
Revert changes in the configs folder
Browse files Browse the repository at this point in the history
Revert the changes in the `configs` folder to
align with the `README.txt` file.
  • Loading branch information
Ron Eldor authored and Ron Eldor committed Jul 5, 2018
1 parent e6c2f4d commit 3cd35d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/config-ccm-psk-tls1_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
*/
#define MBEDTLS_SSL_MAX_CONTENT_LEN 512

#include "check_config.h"
#include "mbedtls/check_config.h"

#endif /* MBEDTLS_CONFIG_H */
2 changes: 1 addition & 1 deletion configs/config-mini-tls1_1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
2 changes: 1 addition & 1 deletion configs/config-suite-b.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@
*/
#define MBEDTLS_SSL_MAX_CONTENT_LEN 1024

#include "check_config.h"
#include "mbedtls/check_config.h"

#endif /* MBEDTLS_CONFIG_H */

0 comments on commit 3cd35d1

Please sign in to comment.