schannel_int: inline ignore a false positive

This commit is contained in:
Viktor Szakats 2025-07-13 02:00:21 +02:00
parent 3db55f772d
commit c713c84d53
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 3 additions and 3 deletions

View file

@ -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 = [

View file

@ -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;