mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-11 03:00:57 +01:00
Revert "Fix neat_list() for Camellia GCM"
This commit is contained in:
parent
cb7163e186
commit
ae25166e8c
@ -1937,7 +1937,6 @@ 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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user