File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1181,18 +1181,20 @@ WOLFSSL_API int wolfSSL_CTX_allow_post_handshake_auth(WOLFSSL_CTX* ctx);
11811181WOLFSSL_API int wolfSSL_allow_post_handshake_auth (WOLFSSL * ssl );
11821182WOLFSSL_API int wolfSSL_request_certificate (WOLFSSL * ssl );
11831183
1184- WOLFSSL_API int wolfSSL_CTX_set1_groups_list (WOLFSSL_CTX * ctx , char * list );
1185- WOLFSSL_API int wolfSSL_set1_groups_list (WOLFSSL * ssl , char * list );
1186-
11871184WOLFSSL_API int wolfSSL_preferred_group (WOLFSSL * ssl );
11881185WOLFSSL_API int wolfSSL_CTX_set_groups (WOLFSSL_CTX * ctx , int * groups ,
11891186 int count );
11901187WOLFSSL_API int wolfSSL_set_groups (WOLFSSL * ssl , int * groups , int count );
11911188
1192- #ifdef OPENSSL_EXTRA
1189+ #if defined( OPENSSL_EXTRA ) && defined( HAVE_SUPPORTED_CURVES )
11931190WOLFSSL_API int wolfSSL_CTX_set1_groups (WOLFSSL_CTX * ctx , int * groups ,
11941191 int count );
11951192WOLFSSL_API int wolfSSL_set1_groups (WOLFSSL * ssl , int * groups , int count );
1193+
1194+ #ifdef HAVE_ECC
1195+ WOLFSSL_API int wolfSSL_CTX_set1_groups_list (WOLFSSL_CTX * ctx , char * list );
1196+ WOLFSSL_API int wolfSSL_set1_groups_list (WOLFSSL * ssl , char * list );
1197+ #endif
11961198#endif
11971199
11981200WOLFSSL_API int wolfSSL_connect_TLSv13 (WOLFSSL * ssl );
You can’t perform that action at this time.
0 commit comments