]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmp-config: drop 3 exceptions
authorViktor Szakats <commit@vsz.me>
Tue, 31 Dec 2024 01:43:36 +0000 (02:43 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 31 Dec 2024 10:40:50 +0000 (11:40 +0100)
Follow-up to fd067bfb5b028ac41660decc5abb87f1cd093b6b #15596
Closes #15872

.github/scripts/cmp-config.pl

index 8d826083c3d9e4eca2d8c15128511d8ca873551f..25f7701a8cc937c3624cfa244a9d346adb8b1c14 100755 (executable)
@@ -70,8 +70,6 @@ my %remove = (
     '#define HAVE_OPENSSL_SSL_H 1' => 1,
     '#define HAVE_OPENSSL_X509_H 1' => 1,
     '#define HAVE_QUICHE_H 1' => 1,
-    '#define HAVE_SSL_ECH_SET1_ECHCONFIG 1' => 1,
-    '#define HAVE_SSL_SET1_ECH_CONFIG_LIST 1' => 1,
     '#define HAVE_SSL_SET_QUIC_USE_LEGACY_CODEPOINT 1' => 1,
     '#define HAVE_STDINT_H 1' => 1,
     '#define HAVE_STDIO_H 1' => 1,
@@ -80,7 +78,6 @@ my %remove = (
     '#define HAVE_SYS_XATTR_H 1' => 1,
     '#define HAVE_UNICODE_UIDNA_H 1' => 1,
     '#define HAVE_WOLFSSH_SSH_H 1' => 1,
-    '#define HAVE_WOLFSSL_CTX_GENERATEECHCONFIG 1' => 1,
     '#define HAVE_ZSTD 1' => 1,
     '#define HAVE_ZSTD_H 1' => 1,
     '#define LT_OBJDIR ".libs/"' => 1,