From 890bcde1cd28206ab02d3f2ed1f54c5f8bce579a Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Fri, 16 Sep 2016 11:43:34 +0200 Subject: [PATCH] Don't include when running on Frosted --- wolfssl/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/ssl.h b/wolfssl/ssl.h index 1b84c4c80..ca35458fa 100644 --- a/wolfssl/ssl.h +++ b/wolfssl/ssl.h @@ -1031,7 +1031,7 @@ WOLFSSL_API int wolfSSL_make_eap_keys(WOLFSSL*, void* key, unsigned int len, #include #elif !defined(WOLFSSL_MDK_ARM) && !defined(WOLFSSL_IAR_ARM) && \ !defined(WOLFSSL_PICOTCP) && !defined(WOLFSSL_ROWLEY_ARM) && \ - !defined(WOLFSSL_EMBOS) + !defined(WOLFSSL_EMBOS) && !defined(WOLFSSL_FROSTED) #include #endif /* allow writev style writing */