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:
d552a33
)
PR: 2159
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 1 Feb 2010 12:44:11 +0000
(12:44 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 1 Feb 2010 12:44:11 +0000
(12:44 +0000)
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
Typo in PR#1949 bug, oops!
ssl/d1_srvr.c
patch
|
blob
|
history
diff --git
a/ssl/d1_srvr.c
b/ssl/d1_srvr.c
index eead971d257eaa35be6dc896d7762caeb8bcff17..1fd3d1c5a55d896c9971ef9c9d3c68da0d8ae6cd 100644
(file)
--- a/
ssl/d1_srvr.c
+++ b/
ssl/d1_srvr.c
@@
-452,7
+452,7
@@
int dtls1_accept(SSL *s)
s->init_num=0;
break;
- case SSL3_ST_
C
W_FLUSH:
+ case SSL3_ST_
S
W_FLUSH:
s->rwstate=SSL_WRITING;
if (BIO_flush(s->wbio) <= 0)
{