mirror of
https://github.com/curl/curl.git
synced 2026-04-19 11:41:14 +03:00
gskit: Fix exclusive SSLv3 option
This commit is contained in:
parent
0daf1ef729
commit
9956ef2d33
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ static CURLcode gskit_connect_step1(struct connectdata *conn, int sockindex)
|
|||
sni = (char *) NULL;
|
||||
break;
|
||||
case CURL_SSLVERSION_SSLv3:
|
||||
protoflags = CURL_GSKPROTO_SSLV2_MASK;
|
||||
protoflags = CURL_GSKPROTO_SSLV3_MASK;
|
||||
sni = (char *) NULL;
|
||||
break;
|
||||
case CURL_SSLVERSION_TLSv1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue