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:
5dd955d
)
the previous commit accidentily removed 'ret = 1' from the SSL_ST_OK
author
Bodo Möller
<bodo@openssl.org>
Mon, 15 Oct 2001 17:40:42 +0000
(17:40 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 15 Oct 2001 17:40:42 +0000
(17:40 +0000)
case of ssl3_accept
ssl/s3_srvr.c
patch
|
blob
|
history
diff --git
a/ssl/s3_srvr.c
b/ssl/s3_srvr.c
index 8b55f835edc4be67797614c44477b922a5334b8e..001b37bf1cb2555b48fd97bd1b053657e0feba74 100644
(file)
--- a/
ssl/s3_srvr.c
+++ b/
ssl/s3_srvr.c
@@
-540,6
+540,7
@@
int ssl3_accept(SSL *s)
if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1);
}
+ ret = 1;
goto end;
/* break; */