fix spaces

This commit is contained in:
cinap_lenrek 2012-11-15 19:41:13 +01:00
parent b28f60cdd3
commit ffa6f9c6ea

View file

@ -753,7 +753,7 @@ tlsClient2(int ctl, int hand, uchar *csid, int ncsid, uchar *cert, int certlen,
/*XXX I should only send this when it is not DH right?
Also we need to know which TLS key
we have to use in case there are more than one*/
if(cert) {
if(cert){
m.tag = HCertificateVerify;
uchar hshashes[MD5dlen+SHA1dlen]; /* content of signature */
MD5state hsmd5_save;