urldata.h: remove two forward-declared structs not used

Closes #20206
This commit is contained in:
Daniel Stenberg 2026-01-07 14:44:15 +01:00
parent 13c1a93414
commit 2aba8f613c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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 */