This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef MBEDTLS_CONFIG_H | |
#define MBEDTLS_CONFIG_H | |
#define MBEDTLS_PLATFORM_C | |
#define MBEDTLS_GCM_C | |
#define MBEDTLS_PKCS1_V15 | |
#define MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED | |
#define MBEDTLS_SSL_PROTO_TLS1_2 | |
#define MBEDTLS_AES_C | |
#define MBEDTLS_ASN1_PARSE_C |