From 829902879eb7ba1260a9444f6b6b91d84ca61037 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 3 May 2021 16:33:10 +0200 Subject: HTTP client API: Generalize to arbitrary request and response contents Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15053) --- include/openssl/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/openssl/http.h b/include/openssl/http.h index e3bd9d7579..7552b2f42e 100644 --- a/include/openssl/http.h +++ b/include/openssl/http.h @@ -72,7 +72,7 @@ int OSSL_HTTP_proxy_connect(BIO *bio, const char *server, const char *port, int timeout, BIO *bio_err, const char *prog); int OSSL_HTTP_set_request(OSSL_HTTP_REQ_CTX *rctx, const char *path, const STACK_OF(CONF_VALUE) *headers, - const char *content_type, BIO *req_mem, + const char *content_type, BIO *req, const char *expected_content_type, int expect_asn1, int timeout, int keep_alive); BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url); -- cgit v1.2.3