Updated worfSSL bindings.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13262 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
08f5fb1143
commit
1c902d2cbd
|
@ -76,7 +76,6 @@ int custom_rand_generate_block(unsigned char* output, unsigned int sz);
|
||||||
#define NO_DSA
|
#define NO_DSA
|
||||||
#define NO_PWDBASED
|
#define NO_PWDBASED
|
||||||
#define NO_PSK
|
#define NO_PSK
|
||||||
#define NO_64BIT
|
|
||||||
#define NO_DES3
|
#define NO_DES3
|
||||||
#define NO_RC4
|
#define NO_RC4
|
||||||
|
|
||||||
|
|
|
@ -38,12 +38,13 @@
|
||||||
*/
|
*/
|
||||||
#ifndef WOLFSSL_SK_H
|
#ifndef WOLFSSL_SK_H
|
||||||
#define WOLFSSL_SK_H
|
#define WOLFSSL_SK_H
|
||||||
#include "wolfssl/ssl.h"
|
#include "user_settings.h"
|
||||||
|
#include "wolfssl/wolfcrypt/settings.h"
|
||||||
#include "wolfssl/wolfcrypt/types.h"
|
#include "wolfssl/wolfcrypt/types.h"
|
||||||
|
#include "wolfssl/ssl.h"
|
||||||
#include "lwip/opt.h"
|
#include "lwip/opt.h"
|
||||||
#include "lwip/arch.h"
|
#include "lwip/arch.h"
|
||||||
#include "lwip/api.h"
|
#include "lwip/api.h"
|
||||||
#include "user_settings.h"
|
|
||||||
#define XMALLOC(s,h,t) chibios_alloc(h,s)
|
#define XMALLOC(s,h,t) chibios_alloc(h,s)
|
||||||
#define XFREE(p,h,t) chibios_free(p)
|
#define XFREE(p,h,t) chibios_free(p)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue