Make whitespace consistent with master branch.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 15 Jan 2013 15:55:54 +0000 (15:55 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 15 Jan 2013 15:55:54 +0000 (15:55 +0000)
ssl/s3_both.c
ssl/s3_clnt.c
ssl/t1_lib.c

index 0fc060f455f894e95eff6612b6954e8b7f85f01f..349531460d39f54da0e9474d913ac70370df9d7f 100644 (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
 
index a03da24e2d81adb3bbe2117569594f6a33713d18..61b0cdc204f108ee95f694dd25607b99bd5ae003 100644 (file)
@@ -1276,7 +1276,6 @@ int ssl3_get_server_certificate(SSL *s)
 
 #endif
        ret=1;
-
        if (0)
                {
 f_err:
index 04385f6c64df90cb55658ea09886a804b36913bc..c74605af5fd62591e04f671219d4924cc306330b 100644 (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: