mirror of
https://github.com/curl/curl.git
synced 2026-06-06 10:34:17 +03:00
schannel.c: replace global exception with an inline one
This commit is contained in:
parent
488b1951b2
commit
30d46ed6fa
2 changed files with 2 additions and 2 deletions
2
.github/scripts/typos.toml
vendored
2
.github/scripts/typos.toml
vendored
|
|
@ -5,7 +5,7 @@
|
|||
[default]
|
||||
extend-ignore-identifiers-re = [
|
||||
"(ba|BA|FU|Iy|ND|OT|pn|PN|UE)",
|
||||
"(CNA|ECT|EDE|Jod|kno|MEK|Ned|nto|ser|Typ|URE)",
|
||||
"(CNA|ECT|EDE|Jod|kno|Ned|nto|ser|Typ|URE)",
|
||||
"(admi|alue|CLEA|clen|GOST|HELO|helo|htpt|PASE)",
|
||||
"(HEADE|numer|optin|stati)",
|
||||
"(Januar|passin|perfec|PUNICODE|TEMPLAT)",
|
||||
|
|
|
|||
|
|
@ -286,7 +286,7 @@ static const struct algo algs[]= {
|
|||
#ifdef CALG_TEK
|
||||
CIPHEROPTION(CALG_TEK),
|
||||
#endif
|
||||
CIPHEROPTION(CALG_CYLINK_MEK),
|
||||
CIPHEROPTION(CALG_CYLINK_MEK), /* spellchecker:disable-line */
|
||||
CIPHEROPTION(CALG_SSL3_SHAMD5),
|
||||
#ifdef CALG_SSL3_MASTER
|
||||
CIPHEROPTION(CALG_SSL3_MASTER),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue