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
Name |
Description |
rctx |
Context to free, or NULL. |
Created with MrDocs