From: Bodo Möller Date: Mon, 15 Oct 2001 17:40:42 +0000 (+0000) Subject: the previous commit accidentily removed 'ret = 1' from the SSL_ST_OK X-Git-Tag: OpenSSL_0_9_6c~26^2~128 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=681bfae499a499cdca0629b3cec8a99d0fd7be43;hp=5dd955dcd25371d20af40b4be2e067745f9c1330 the previous commit accidentily removed 'ret = 1' from the SSL_ST_OK case of ssl3_accept --- diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c index 8b55f835ed..001b37bf1c 100644 --- 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; */