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:
0369804
)
PR: 2159
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 1 Feb 2010 12:44:21 +0000
(12:44 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 1 Feb 2010 12:44:21 +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 e18d878c42d88d0b363657769cd02bb650c33b7a..efff45bf5e05a24c90ede243da08be45ca9d26c6 100644
(file)
--- a/
ssl/d1_srvr.c
+++ b/
ssl/d1_srvr.c
@@
-440,7
+440,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)
{