mirror of
https://github.com/cwyark/ameba-sdk-gcc-make.git
synced 2026-07-14 01:05:38 +00:00
first commit and add gitignore, README.md
This commit is contained in:
commit
760756ba2c
1861 changed files with 709236 additions and 0 deletions
18
component/common/network/ssl/polarssl-1.3.8/include/polarssl/config.h
Executable file
18
component/common/network/ssl/polarssl-1.3.8/include/polarssl/config.h
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
#define CONFIG_SSL_RSA 1
|
||||
|
||||
#if !defined (__GNUC__)
|
||||
#include "platform_stdlib.h"
|
||||
#endif
|
||||
#include "section_config.h"
|
||||
#include "rom_ssl_ram_map.h"
|
||||
|
||||
#if defined (__GNUC__)
|
||||
#include "polarssl/config_rom.h"
|
||||
#include "polarssl/ssl_rom_lib.h"
|
||||
#else
|
||||
#if CONFIG_SSL_RSA
|
||||
#include "polarssl/config_rsa.h"
|
||||
#else
|
||||
#include "polarssl/config_all.h"
|
||||
#endif
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue