From: Ben Laurie Date: Sat, 19 Oct 2013 11:37:15 +0000 (+0100) Subject: More cleanup. X-Git-Tag: OpenSSL_1_0_1f~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=833a896681b3287e5ab9c01f4f0234691f4076a8;p=thirdparty%2Fopenssl.git More cleanup. --- diff --git a/ssl/d1_clnt.c b/ssl/d1_clnt.c index 492d6dfbeeb..f2ab294f1d7 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]);