Update docs.
[openssl.git] / apps / ocsp.c
index 3ee6dfb5ed3336545a493e9cbb6134ae3977e77c..3dc36c4bdc4a4ab67b5a6f68f1e780fd487123af 100644 (file)
@@ -1227,7 +1227,7 @@ static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp)
                return 0;
        BIO_printf(cbio, http_resp, i2d_OCSP_RESPONSE(resp, NULL));
        i2d_OCSP_RESPONSE_bio(cbio, resp);
-       BIO_flush(cbio);
+       (void)BIO_flush(cbio);
        return 1;
        }