More cleanup.

This commit is contained in:
Ben Laurie 2013-10-19 12:37:15 +01:00
parent 34e43b909f
commit 833a896681

View file

@ -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]);