gskit: Fix exclusive SSLv3 option

This commit is contained in:
Jay Satiro 2015-01-02 12:37:45 -05:00 committed by Daniel Stenberg
parent 0daf1ef729
commit 9956ef2d33
1 changed files with 1 additions and 1 deletions

View File

@ -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: