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:
a9eba3f
)
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:22 +0000
(17:40 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 15 Oct 2001 17:40:22 +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 7c80ddcf074022baf609036402dc19155854b374..e022ff033c1cad1e993c66004f3cbf4ee0a28a00 100644
(file)
--- a/
ssl/s3_srvr.c
+++ b/
ssl/s3_srvr.c
@@
-528,6
+528,7
@@
int ssl3_accept(SSL *s)
if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1);
}
+ ret = 1;
goto end;
/* break; */