mirror of
https://github.com/curl/curl.git
synced 2026-06-06 10:24:15 +03:00
cipher_suite.c add another inline exception for EDE
This commit is contained in:
parent
d301a87144
commit
14bc3ed2fe
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ enum {
|
|||
CS_TXT_IDX_ECDH,
|
||||
CS_TXT_IDX_ECDHE,
|
||||
CS_TXT_IDX_ECDSA,
|
||||
CS_TXT_IDX_EDE,
|
||||
CS_TXT_IDX_EDE, /* spellchecker:disable-line */
|
||||
CS_TXT_IDX_GCM,
|
||||
CS_TXT_IDX_MD5,
|
||||
CS_TXT_IDX_NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue