From f421f949c99de3d58d6e5813c62e3d3e3c57a8bf Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Tue, 9 Mar 2021 17:09:04 -0600 Subject: [PATCH] Fix header cir ref with WPAS --- wolfssl/ssl.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wolfssl/ssl.h b/wolfssl/ssl.h index 50e7d7218..0c8012d61 100644 --- a/wolfssl/ssl.h +++ b/wolfssl/ssl.h @@ -3475,11 +3475,6 @@ WOLFSSL_API int wolfSSL_check_private_key(const WOLFSSL* ssl); WOLFSSL_API long wolfSSL_ctrl(WOLFSSL* ssl, int cmd, long opt, void* pt); #endif -#ifdef WOLFSSL_WPAS_SMALL - /* WPA Supplicant requires GEN_ values */ - #include -#endif - #if defined(OPENSSL_EXTRA) || defined(WOLFSSL_WPAS_SMALL) WOLFSSL_API void* wolfSSL_X509_get_ext_d2i(const WOLFSSL_X509* x509, int nid, int* c, int* idx);