the previous commit accidentily removed 'ret = 1' from the SSL_ST_OK
authorBodo Möller <bodo@openssl.org>
Mon, 15 Oct 2001 17:40:42 +0000 (17:40 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 15 Oct 2001 17:40:42 +0000 (17:40 +0000)
case of ssl3_accept

ssl/s3_srvr.c

index 8b55f835edc4be67797614c44477b922a5334b8e..001b37bf1cb2555b48fd97bd1b053657e0feba74 100644 (file)
@@ -540,6 +540,7 @@ int ssl3_accept(SSL *s)
                                if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1);
                                }
                        
+                       ret = 1;
                        goto end;
                        /* break; */