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:
c342341
)
PR: 1826
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 2 Apr 2009 22:28:35 +0000
(22:28 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 2 Apr 2009 22:28:35 +0000
(22:28 +0000)
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
Approved by: steve@openssl.org
Client random bug fix.
ssl/d1_clnt.c
patch
|
blob
|
history
diff --git
a/ssl/d1_clnt.c
b/ssl/d1_clnt.c
index 49c6760d19a76c2a16ba7738c1465160e778743e..6653d587d4c2ffec13d85ecb4119a061712c16d4 100644
(file)
--- a/
ssl/d1_clnt.c
+++ b/
ssl/d1_clnt.c
@@
-426,8
+426,6
@@
int dtls1_connect(SSL *s)
s->s3->tmp.next_state=SSL3_ST_CR_FINISHED_A;
}
s->init_num=0;
- /* mark client_random uninitialized */
- memset (s->s3->client_random,0,sizeof(s->s3->client_random));
break;