From: Bodo Möller Date: Mon, 15 Oct 2001 17:40:22 +0000 (+0000) Subject: the previous commit accidentily removed 'ret = 1' from the SSL_ST_OK X-Git-Tag: OpenSSL_0_9_6c~91 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1147fa5a5f9d1e39faa082d7ac792cad76001adc;p=oweals%2Fopenssl.git 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 7c80ddcf07..e022ff033c 100644 --- 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; */