Skip to content

Commit

Permalink
More cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
benlaurie committed Oct 19, 2013
1 parent 34e43b9 commit 833a896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ssl/d1_clnt.c
Expand Up @@ -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]);
Expand Down

0 comments on commit 833a896

Please sign in to comment.