Merge pull request #524 from dcooper16/neat_list_Camellia_GCM

Fix neat_list() for Camellia GCM
This commit is contained in:
Dirk Wetter 2016-11-19 20:18:31 +01:00 committed by GitHub
commit cb7163e186
1 changed files with 1 additions and 0 deletions

View File

@ -1937,6 +1937,7 @@ neat_list(){
enc="${enc//POLY1305/}" # remove POLY1305 enc="${enc//POLY1305/}" # remove POLY1305
enc="${enc//\//}" # remove "/" enc="${enc//\//}" # remove "/"
enc="${enc/CamelliaGCM/Camellia}" # "CamelliaGCM" is too long
echo "$export" | grep -iq export && strength="$strength,exp" echo "$export" | grep -iq export && strength="$strength,exp"