2
0
mirror of https://github.com/curl/curl.git synced 2025-03-31 16:00:35 +08:00

wolfssl: add default case for wolfssl_connect_step1 switch

Closes 
This commit is contained in:
Kareem 2023-10-27 14:23:33 -07:00 committed by Daniel Stenberg
parent 904ae12238
commit a51fff1850
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

@ -480,6 +480,7 @@ wolfssl_connect_step1(struct Curl_cfilter *cf, struct Curl_easy *data)
return CURLE_SSL_CONNECT_ERROR;
}
#endif
default:
break;
}