Make whitespace consistent with master branch.

This commit is contained in:
Dr. Stephen Henson 2013-01-15 15:55:54 +00:00
parent 24c45faba0
commit 8eb4456f93
3 changed files with 3 additions and 4 deletions

View file

@ -233,7 +233,7 @@ int ssl3_get_finished(SSL *s, int a, int b)
#ifdef OPENSSL_NO_NEXTPROTONEG
/* the mac has already been generated when we received the
* change cipher spec message and is in s->s3->tmp.peer_finish_md.
* change cipher spec message and is in s->s3->tmp.peer_finish_md
*/
#endif

View file

@ -1276,7 +1276,6 @@ int ssl3_get_server_certificate(SSL *s)
#endif
ret=1;
if (0)
{
f_err:

View file

@ -2786,11 +2786,11 @@ int ssl_check_clienthello_tlsext_late(SSL *s)
switch (ret)
{
case SSL_TLSEXT_ERR_ALERT_FATAL:
ssl3_send_alert(s, SSL3_AL_FATAL,al);
ssl3_send_alert(s, SSL3_AL_FATAL, al);
return -1;
case SSL_TLSEXT_ERR_ALERT_WARNING:
ssl3_send_alert(s, SSL3_AL_WARNING,al);
ssl3_send_alert(s, SSL3_AL_WARNING, al);
return 1;
default: