From c713c84d53e9f257bfc02a34523883ceb63c0d6d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 13 Jul 2025 02:00:21 +0200 Subject: [PATCH] schannel_int: inline ignore a false positive --- .github/scripts/typos.toml | 2 +- lib/vtls/schannel_int.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index 2567d63b92..d1e5cb56e5 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -8,7 +8,7 @@ extend-ignore-identifiers-re = [ "(CNA|ECT|EDE|Jod|kno|ser|Typ|URE)", "(admi|alue|clen|GOST|HELO|helo|htpt|PASE)", "(numer|optin|stati)", - "(Januar|passin|perfec|PUNICODE|TEMPLAT)", + "(Januar|passin|perfec|TEMPLAT)", ] extend-ignore-re = [ diff --git a/lib/vtls/schannel_int.h b/lib/vtls/schannel_int.h index 511a852c7a..cc478e4174 100644 --- a/lib/vtls/schannel_int.h +++ b/lib/vtls/schannel_int.h @@ -83,7 +83,7 @@ typedef struct _CRYPTO_SETTINGS { eTlsAlgorithmUsage eAlgorithmUsage; UNICODE_STRING strCngAlgId; DWORD cChainingModes; - PUNICODE_STRING rgstrChainingModes; + PUNICODE_STRING rgstrChainingModes; /* spellchecker:disable-line */ DWORD dwMinBitLength; DWORD dwMaxBitLength; } CRYPTO_SETTINGS, * PCRYPTO_SETTINGS; @@ -91,7 +91,7 @@ typedef struct _CRYPTO_SETTINGS { /* !checksrc! disable TYPEDEFSTRUCT 1 */ typedef struct _TLS_PARAMETERS { DWORD cAlpnIds; - PUNICODE_STRING rgstrAlpnIds; + PUNICODE_STRING rgstrAlpnIds; /* spellchecker:disable-line */ DWORD grbitDisabledProtocols; DWORD cDisabledCrypto; PCRYPTO_SETTINGS pDisabledCrypto;