diff options
Diffstat (limited to 'lib/vtls')
| -rw-r--r-- | lib/vtls/schannel.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c index 47356a53d..0f59d9c4d 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -255,7 +255,7 @@ schannel_connect_step1(struct connectdata *conn, int sockindex)      case CURL_SSLVERSION_TLSv1_2:      case CURL_SSLVERSION_TLSv1_3:        { -        CURLcode result = set_ssl_version_min_max(&schannel_cred, conn); +        result = set_ssl_version_min_max(&schannel_cred, conn);          if(result != CURLE_OK)            return result;          break; | 
