- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
This commit is contained in:
parent
15566e4396
commit
335db3f121
26 changed files with 306 additions and 152 deletions
|
@ -36,6 +36,8 @@
|
|||
#define inline _inline
|
||||
#endif
|
||||
|
||||
#define POLARSSL_ERR_MD_FEATURE_UNAVAILABLE -0x0830
|
||||
|
||||
typedef enum {
|
||||
POLARSSL_MD_NONE=0,
|
||||
POLARSSL_MD_MD2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue