Commit 6f7ae319 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix formatting oddities



Fix some formatting oddities in rec_layer_d1.c.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent d2200caf
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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,8 +1048,7 @@ 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,
static int have_handshake_fragment(SSL *s, int type, unsigned char *buf,
                                   int len, int peek)
{