summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-03-26 15:14:42 +0000
committerMatt Caswell <matt@openssl.org>2015-03-26 17:26:28 +0000
commit6f7ae319df8e7cb4578815f9944b3b912c0df308 (patch)
treed1114a522da44afdfda05efec430ff87dbdcb064
parentd2200cafd4870c20ef170834e072fae1d8c412d5 (diff)
Fix formatting oddities
Fix some formatting oddities in rec_layer_d1.c. Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--ssl/record/rec_layer_d1.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/ssl/record/rec_layer_d1.c b/ssl/record/rec_layer_d1.c
index bd3c0e8f3d..80f10be480 100644
--- a/ssl/record/rec_layer_d1.c
+++ b/ssl/record/rec_layer_d1.c
@@ -259,8 +259,7 @@ static int dtls1_copy_record(SSL *s, pitem *item)
return (1);
}
-int
-dtls1_buffer_record(SSL *s, record_pqueue *queue, unsigned char *priority)
+int dtls1_buffer_record(SSL *s, record_pqueue *queue, unsigned char *priority)
{
DTLS1_RECORD_DATA *rdata;
pitem *item;
@@ -1049,9 +1048,8 @@ int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek)
* this only happens when a client hello is received and a handshake
* is started.
*/
-static int
-have_handshake_fragment(SSL *s, int type, unsigned char *buf,
- int len, int peek)
+static int have_handshake_fragment(SSL *s, int type, unsigned char *buf,
+ int len, int peek)
{
if ((type == SSL3_RT_HANDSHAKE)