Remove debugging fprintfs, fix typo.

This commit is contained in:
Dr. Stephen Henson
2007-08-12 17:06:28 +00:00
parent 6434abbfc6
commit ddd3a617ca
2 changed files with 1 additions and 5 deletions

View File

@@ -2730,7 +2730,7 @@ int ssl3_send_server_certificate(SSL *s)
/* SSL3_ST_SW_CERT_B */
return(ssl3_do_write(s,SSL3_RT_HANDSHAKE));
}
#ifndef OPENSSLP_NO_TLSEXT
#ifndef OPENSSL_NO_TLSEXT
int ssl3_send_newsession_ticket(SSL *s)
{
if (s->state == SSL3_ST_SW_SESSION_TICKET_A)