mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-07 09:10:57 +01:00
Merge pull request #2240 from dcooper16/neat_lis_alignment_30
Fix alignment in neat_list()
This commit is contained in:
commit
6e68763885
@ -3331,6 +3331,7 @@ neat_list(){
|
|||||||
local -i i len
|
local -i i len
|
||||||
|
|
||||||
kx="${3//Kx=/}"
|
kx="${3//Kx=/}"
|
||||||
|
kx="$(strip_trailing_space "$kx")"
|
||||||
enc="${4//Enc=/}"
|
enc="${4//Enc=/}"
|
||||||
# In two cases LibreSSL uses very long names for encryption algorithms
|
# In two cases LibreSSL uses very long names for encryption algorithms
|
||||||
# and doesn't include the number of bits.
|
# and doesn't include the number of bits.
|
||||||
|
Loading…
Reference in New Issue
Block a user