From: Daniel Stenberg Date: Wed, 7 Jan 2026 13:44:15 +0000 (+0100) Subject: urldata.h: remove two forward-declared structs not used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aba8f613c70252e0ed9fb7bd951f3286836b836;p=thirdparty%2Fcurl.git urldata.h: remove two forward-declared structs not used Closes #20206 --- diff --git a/lib/urldata.h b/lib/urldata.h index aba1693ca7..57d1c32f9f 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -224,10 +224,6 @@ typedef CURLcode (Curl_recv)(struct Curl_easy *data, /* transfer */ ((x) && ((x)->magic == CURLEASY_MAGIC_NUMBER)) #endif -/* SSL backend-specific data; declared differently by each SSL backend */ -struct ssl_backend_data; -struct Curl_ssl_scache_entry; - struct ssl_primary_config { char *CApath; /* certificate directory (does not work on Windows) */ char *CAfile; /* certificate to verify peer against */