mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:31:41 +03:00
openssl: drop includes unused or duplicate
Also: - vquic-tls.h: do not include unused headers for non-H3 builds. - autotools: stop looking for `openssl/x509.h` header. - cmp-config.pl: delete exception for `openssl/x509.h`. - examples: format/comment sync between the two touched files. - openssl: drop unused `curlx/wait.h` include. Closes #20049
This commit is contained in:
parent
43baf7a426
commit
a468e605eb
9 changed files with 11 additions and 19 deletions
1
.github/scripts/cmp-config.pl
vendored
1
.github/scripts/cmp-config.pl
vendored
|
|
@ -68,7 +68,6 @@ my %remove = (
|
|||
'#define HAVE_OPENSSL_PEM_H 1' => 1,
|
||||
'#define HAVE_OPENSSL_RSA_H 1' => 1,
|
||||
'#define HAVE_OPENSSL_SSL_H 1' => 1,
|
||||
'#define HAVE_OPENSSL_X509_H 1' => 1,
|
||||
'#define HAVE_QUICHE_H 1' => 1,
|
||||
'#define HAVE_SSL_SET_QUIC_TLS_CBS 1' => 1,
|
||||
'#define HAVE_SSL_SET_QUIC_USE_LEGACY_CODEPOINT 1' => 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue