*BIG* verify code reorganisation.
[oweals/openssl.git] / crypto / bio / bss_conn.c
index 7ed26f358f8e42bd0888b63951bdf2b798fb7799..e092528b3e6a353b3b7173f65a165b2671265f69 100644 (file)
@@ -188,7 +188,7 @@ static int conn_state(BIO *b, BIO_CONNECT *c)
                case BIO_CONN_S_GET_PORT:
                        if (c->param_port == NULL)
                                {
-                               abort();
+                               /* abort(); */
                                goto exit_loop;
                                }
                        else if (BIO_get_port(c->param_port,&c->port) <= 0)
@@ -299,7 +299,7 @@ static int conn_state(BIO *b, BIO_CONNECT *c)
                        ret=1;
                        goto exit_loop;
                default:
-                       abort();
+                       /* abort(); */
                        goto exit_loop;
                        }