the previous commit accidentily removed 'ret = 1' from the SSL_ST_OK
case of ssl3_accept
This commit is contained in:
parent
5dd955dcd2
commit
681bfae499
@ -540,6 +540,7 @@ int ssl3_accept(SSL *s)
|
||||
if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1);
|
||||
}
|
||||
|
||||
ret = 1;
|
||||
goto end;
|
||||
/* break; */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user