schannel.c: replace global exception with an inline one

This commit is contained in:
Viktor Szakats 2025-07-12 23:01:01 +02:00
parent 488b1951b2
commit 30d46ed6fa
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 2 deletions

View file

@ -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),