File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1184,18 +1184,20 @@ WOLFSSL_API int wolfSSL_CTX_allow_post_handshake_auth(WOLFSSL_CTX* ctx);
11841184WOLFSSL_API int wolfSSL_allow_post_handshake_auth (WOLFSSL * ssl );
11851185WOLFSSL_API int wolfSSL_request_certificate (WOLFSSL * ssl );
11861186
1187- WOLFSSL_API int wolfSSL_CTX_set1_groups_list (WOLFSSL_CTX * ctx , char * list );
1188- WOLFSSL_API int wolfSSL_set1_groups_list (WOLFSSL * ssl , char * list );
1189-
11901187WOLFSSL_API int wolfSSL_preferred_group (WOLFSSL * ssl );
11911188WOLFSSL_API int wolfSSL_CTX_set_groups (WOLFSSL_CTX * ctx , int * groups ,
11921189 int count );
11931190WOLFSSL_API int wolfSSL_set_groups (WOLFSSL * ssl , int * groups , int count );
11941191
1195- #ifdef OPENSSL_EXTRA
1192+ #if defined( OPENSSL_EXTRA ) && defined( HAVE_SUPPORTED_CURVES )
11961193WOLFSSL_API int wolfSSL_CTX_set1_groups (WOLFSSL_CTX * ctx , int * groups ,
11971194 int count );
11981195WOLFSSL_API int wolfSSL_set1_groups (WOLFSSL * ssl , int * groups , int count );
1196+
1197+ #ifdef HAVE_ECC
1198+ WOLFSSL_API int wolfSSL_CTX_set1_groups_list (WOLFSSL_CTX * ctx , char * list );
1199+ WOLFSSL_API int wolfSSL_set1_groups_list (WOLFSSL * ssl , char * list );
1200+ #endif
11991201#endif
12001202
12011203WOLFSSL_API int wolfSSL_connect_TLSv13 (WOLFSSL * ssl );
You can’t perform that action at this time.
0 commit comments