wolfssl: add default case for wolfssl_connect_step1 switch

Closes #12218
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

View File

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