From 833a896681b3287e5ab9c01f4f0234691f4076a8 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 19 Oct 2013 12:37:15 +0100 Subject: [PATCH] More cleanup. --- ssl/d1_clnt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssl/d1_clnt.c b/ssl/d1_clnt.c index 492d6dfbee..f2ab294f1d 100644 --- a/ssl/d1_clnt.c +++ b/ssl/d1_clnt.c @@ -801,7 +801,8 @@ int dtls1_client_hello(SSL *s) for (i=0;p[i]=='\0' && is3->client_random);i++) ; if (i==sizeof(s->s3->client_random)) - ssl_fill_hello_random(s,0,p,sizeof(s->s3->client_random)); + ssl_fill_hello_random(s, 0, p, + sizeof(s->s3->client_random)); /* Do the message type and length last */ d=p= &(buf[DTLS1_HM_HEADER_LENGTH]); -- 2.25.1