curl/lib/vtls
Viktor Szakats d11b8593a2
build: drop duplicate include curl/curl.h and others
- curl_range: replace `sendf.h` with direct header dependency
  `curl_trc.h`.
- drop `curl/curl.h` includes from internal sourcees in favor of the
  include made from `curl_setup.h`. Replace it with the latter where
  it's the only include.
- include `curl_setup.h` before using macros, where missing.
- drop redundant `stdlib.h`, `string.h` includes, in favor of
  `curl_setup_once.h` including them.
- drop redundant `limits.h` in favor of `curl_setup.h` including it.
- fake_addrinfo.h: fix typo in comment.
- curl_setup_once.h: drop `stdio.h` in favor of earlier include in
  `curl_setup.h`.
- drop stray, unused, `stddef.h` includes.
- memdebug.h: add missing `stddef.h` include. (relying on accidental
  includes via other headers before this patch.)
- stddef.h: document why it's included.
- strerr: drop `curl/mprintf.h` in favor of `curl/curl.h` including it
  via `curl_setup.h`.

Closes #20027
2025-12-19 10:58:11 +01:00
..
apple.c tidy-up: one more round of formatting nits 2025-12-04 19:30:59 +01:00
apple.h apple sectrust: add to features 2025-10-16 10:58:45 +02:00
cipher_suite.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
cipher_suite.h TLS: remove support for Secure Transport and BearSSL 2025-06-11 07:54:19 +02:00
gtls.c build: drop unused multiif.h includes 2025-12-19 01:45:05 +01:00
gtls.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
hostcheck.c hostcheck: fail wildcard match if host starts with a dot 2025-12-08 10:42:49 +01:00
hostcheck.h build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
keylog.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
keylog.h spelling: 'a' vs 'an' 2025-05-30 11:38:35 +02:00
mbedtls.c build: drop unused multiif.h includes 2025-12-19 01:45:05 +01:00
mbedtls.h lib: include files using known path 2025-04-08 17:00:00 +02:00
mbedtls_threadlock.c lib/subdirs: fix formatting nits 2025-11-30 11:01:50 +01:00
mbedtls_threadlock.h lib/subdirs: fix formatting nits 2025-11-30 11:01:50 +01:00
openssl.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
openssl.h openssl: simplify HAVE_KEYLOG_CALLBACK guard 2025-12-04 22:49:03 +01:00
rustls.c build: drop unused curlx/inet_pton.h includes 2025-12-19 01:34:56 +01:00
rustls.h lib: include files using known path 2025-04-08 17:00:00 +02:00
schannel.c build: drop unused multiif.h includes 2025-12-19 01:45:05 +01:00
schannel.h lib/subdirs: fix formatting nits 2025-11-30 11:01:50 +01:00
schannel_int.h time-keeping: keep timestamp in multi, always update 2025-12-18 22:10:06 +01:00
schannel_verify.c schannel: use Win8 CERT_NAME_SEARCH_ALL_NAMES_FLAG with old SDKs 2025-12-16 20:41:11 +01:00
vtls.c build: drop unused multiif.h includes 2025-12-19 01:45:05 +01:00
vtls.h lib/subdirs: fix formatting nits 2025-11-30 11:01:50 +01:00
vtls_int.h lib/subdirs: fix formatting nits 2025-11-30 11:01:50 +01:00
vtls_scache.c lib/subdirs: fix formatting nits 2025-11-30 11:01:50 +01:00
vtls_scache.h lib/subdirs: fix formatting nits 2025-11-30 11:01:50 +01:00
vtls_spack.c lib/subdirs: fix formatting nits 2025-11-30 11:01:50 +01:00
vtls_spack.h build: fix build errors/warnings in rare configurations 2025-07-23 22:17:03 +02:00
wolfssl.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
wolfssl.h wolfssl: fix possible assert with !HAVE_NO_EX wolfSSL builds 2025-12-07 17:01:45 +01:00
x509asn1.c build: drop duplicate include curl/curl.h and others 2025-12-19 10:58:11 +01:00
x509asn1.h build: address some -Weverything warnings, update picky warnings 2025-09-20 10:16:15 +02:00