mirror of
https://github.com/curl/curl.git
synced 2026-07-27 20:53:18 +03:00
schannel_int: inline ignore a false positive
This commit is contained in:
parent
3db55f772d
commit
c713c84d53
2 changed files with 3 additions and 3 deletions
2
.github/scripts/typos.toml
vendored
2
.github/scripts/typos.toml
vendored
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue