tlsclient: remove X509dump() call, writes to fd 1
This commit is contained in:
parent
7e4b669393
commit
e548a86575
1 changed files with 0 additions and 3 deletions
|
@ -124,9 +124,6 @@ main(int argc, char **argv)
|
|||
if(fd < 0)
|
||||
sysfatal("tlsclient: %r");
|
||||
|
||||
if(debug)
|
||||
X509dump(conn->cert, conn->certlen);
|
||||
|
||||
if(thumb){
|
||||
if(!okCertificate(conn->cert, conn->certlen, thumb))
|
||||
sysfatal("cert for %s not recognized: %r", servername ? servername : addr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue