Merge pull request #524 from dcooper16/neat_list_Camellia_GCM
Fix neat_list() for Camellia GCM
This commit is contained in:
commit
cb7163e186
|
@ -1937,6 +1937,7 @@ neat_list(){
|
|||
|
||||
enc="${enc//POLY1305/}" # remove POLY1305
|
||||
enc="${enc//\//}" # remove "/"
|
||||
enc="${enc/CamelliaGCM/Camellia}" # "CamelliaGCM" is too long
|
||||
|
||||
echo "$export" | grep -iq export && strength="$strength,exp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue