mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:51:42 +03:00
wolfssl: add default case for wolfssl_connect_step1 switch
Closes #12218
This commit is contained in:
parent
904ae12238
commit
a51fff1850
1 changed files with 1 additions and 0 deletions
|
|
@ -480,6 +480,7 @@ wolfssl_connect_step1(struct Curl_cfilter *cf, struct Curl_easy *data)
|
|||
return CURLE_SSL_CONNECT_ERROR;
|
||||
}
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue