mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 03:10:10 +01:00
ssl3con: add missing AES-256-GCM in ssl3_cipherName
This commit is contained in:
parent
1c9b432ff7
commit
cd62ee1102
@ -550,6 +550,7 @@ const char * const ssl3_cipherName[] = {
|
||||
"Camellia-256",
|
||||
"SEED-CBC",
|
||||
"AES-128-GCM",
|
||||
"AES-256-GCM",
|
||||
"Camellia-128-GCM",
|
||||
"missing"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user