OSSL_HTTP_REQ_CTX_free

Free an HTTP request context and its owned BIO/state.

Synopsis

Declared in <openssl/http.h>

void
OSSL_HTTP_REQ_CTX_free(OSSL_HTTP_REQ_CTX* rctx);

Parameters

NameDescription
rctxContext to free, or NULL.