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 a42c88da6..3cd21d208 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -405,7 +405,7 @@ schannel_connect_step2(struct connectdata *conn, int sockindex)      /* check if the handshake needs to be continued */      if(sspi_status == SEC_I_CONTINUE_NEEDED || sspi_status == SEC_E_OK) { -      for(i = 0; i < 2; i++) { +      for(i = 0; i < 3; i++) {          /* search for handshake tokens that need to be send */          if(outbuf[i].BufferType == SECBUFFER_TOKEN && outbuf[i].cbBuffer > 0) {            infof(data, "schannel: sending next handshake data: "  | 
