From: Kareem Date: Fri, 27 Oct 2023 21:23:33 +0000 (-0700) Subject: wolfssl: add default case for wolfssl_connect_step1 switch X-Git-Tag: curl-8_5_0~179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a51fff18505a5bcff594af9a6ff19fcc43a7379d;p=thirdparty%2Fcurl.git wolfssl: add default case for wolfssl_connect_step1 switch Closes #12218 --- diff --git a/lib/vtls/wolfssl.c b/lib/vtls/wolfssl.c index 4a9bf3388c..17c99fa11a 100644 --- a/lib/vtls/wolfssl.c +++ b/lib/vtls/wolfssl.c @@ -480,6 +480,7 @@ wolfssl_connect_step1(struct Curl_cfilter *cf, struct Curl_easy *data) return CURLE_SSL_CONNECT_ERROR; } #endif + default: break; }