Fix link for ASN1_generate_nconf
[openssl.git] / crypto / bio / bss_conn.c
index 0c41b1b5a95b0c1f902ebc8542c82a21611b7a61..c14727855b259b30b1ed679948337ba2f2e95a1f 100644 (file)
@@ -469,7 +469,7 @@ static long conn_ctrl(BIO *b, int cmd, long num, void *ptr)
                break;
        case BIO_C_DO_STATE_MACHINE:
                /* use this one to start the connection */
-               if (!(data->state != BIO_CONN_S_OK))
+               if (data->state != BIO_CONN_S_OK)
                        ret=(long)conn_state(b,data);
                else
                        ret=1;