ssl3con: add missing AES-256-GCM in ssl3_cipherName

This commit is contained in:
Roy Tam 2020-01-09 00:31:35 +08:00
parent 1c9b432ff7
commit cd62ee1102
1 changed files with 1 additions and 0 deletions

View File

@ -550,6 +550,7 @@ const char * const ssl3_cipherName[] = {
"Camellia-256",
"SEED-CBC",
"AES-128-GCM",
"AES-256-GCM",
"Camellia-128-GCM",
"missing"
};