]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/include/apps.h
apps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free and add proper free() function
[thirdparty/openssl.git] / apps / include / apps.h
index 2709b0ccafc16508905fa3745b3c4508a74019ef..2d102246f84eb37f653e60e5c648b4a40c492828 100644 (file)
@@ -271,6 +271,7 @@ typedef struct app_http_tls_info_st {
 } APP_HTTP_TLS_INFO;
 BIO *app_http_tls_cb(BIO *hbio, /* APP_HTTP_TLS_INFO */ void *arg,
                      int connect, int detail);
+void APP_HTTP_TLS_INFO_free(APP_HTTP_TLS_INFO *info);
 # ifndef OPENSSL_NO_SOCK
 ASN1_VALUE *app_http_get_asn1(const char *url, const char *proxy,
                               const char *no_proxy, SSL_CTX *ssl_ctx,