projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34e43b9
)
More cleanup.
author
Ben Laurie
<ben@links.org>
Sat, 19 Oct 2013 11:37:15 +0000
(12:37 +0100)
committer
Ben Laurie
<ben@links.org>
Sat, 19 Oct 2013 11:37:15 +0000
(12:37 +0100)
ssl/d1_clnt.c
patch
|
blob
|
history
diff --git
a/ssl/d1_clnt.c
b/ssl/d1_clnt.c
index 492d6dfbeeb1bc13f77a158c7185b00c75bbd971..f2ab294f1d7405e51b99c0bb3e070dadffa5be50 100644
(file)
--- 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]);