Skip to content

Commit

Permalink
FTP STARTTLS comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ioerror committed Aug 14, 2010
1 parent 6d5c91c commit 00fd44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sslscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ int tcpConnect(struct sslCheckOptions *options)
}
}

// Setup a FTP STARTTLS socket
if (options->starttls_ftp == true && tlsStarted == false)
{
tlsStarted = 1;
Expand Down

0 comments on commit 00fd44d

Please sign in to comment.