Skip to content

Commit

Permalink
gskit: Fix exclusive SSLv3 option
Browse files Browse the repository at this point in the history
  • Loading branch information
jay authored and bagder committed Feb 9, 2015
1 parent 0daf1ef commit 9956ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vtls/gskit.c
Expand Up @@ -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:
Expand Down

0 comments on commit 9956ef2

Please sign in to comment.