mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:33:33 +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
|
|
@ -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