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

ssl/s3_srvr.c

index 7c80ddcf074022baf609036402dc19155854b374..e022ff033c1cad1e993c66004f3cbf4ee0a28a00 100644 (file)
@@ -528,6 +528,7 @@ int ssl3_accept(SSL *s)
                                if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1);
                                }
                        
+                       ret = 1;
                        goto end;
                        /* break; */