sdk-ameba-v4.0b-gcc/component/common/network/ssl/mbedtls-2.4.0/include/mbedtls/config.h
Tautvydas Belgeras 60a7afcc83 initial commit
2018-06-05 16:16:17 +03:00

14 lines
No EOL
354 B
C

#define CONFIG_SSL_RSA 1
#include "rom_ssl_ram_map.h"
#define RTL_HW_CRYPTO
//#define SUPPORT_HW_SW_CRYPTO
#define RTL_CRYPTO_FRAGMENT 15360 /* 15*1024 < 16000 */
#if CONFIG_SSL_RSA
#include "platform_stdlib.h"
#include "mbedtls/config_rsa.h"
#else
#include "platform_stdlib.h"
#include "mbedtls/config_all.h"
#endif