summaryrefslogtreecommitdiffstats
path: root/ssl/d1_clnt.c
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-10-19 12:37:15 +0100
committerBen Laurie <ben@links.org>2013-10-19 12:37:15 +0100
commit833a896681b3287e5ab9c01f4f0234691f4076a8 (patch)
tree98ca7f40aea0ff378c3dd45a5dedfb65b22d567d /ssl/d1_clnt.c
parent34e43b909f02de444678d937ed3dc347ce13ba1a (diff)
More cleanup.
Diffstat (limited to 'ssl/d1_clnt.c')
-rw-r--r--ssl/d1_clnt.c3
1 files changed, 2 insertions, 1 deletions
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' && i<sizeof(s->s3->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]);