More cleanup.
This commit is contained in:
parent
34e43b909f
commit
833a896681
1 changed files with 2 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Reference in a new issue