Skip to content

Commit 6e68763

Browse files
authored
Merge pull request #2240 from dcooper16/neat_lis_alignment_30
Fix alignment in neat_list()
2 parents 8eb177a + d37f6c7 commit 6e68763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testssl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3331,6 +3331,7 @@ neat_list(){
33313331
local -i i len
33323332

33333333
kx="${3//Kx=/}"
3334+
kx="$(strip_trailing_space "$kx")"
33343335
enc="${4//Enc=/}"
33353336
# In two cases LibreSSL uses very long names for encryption algorithms
33363337
# and doesn't include the number of bits.

0 commit comments

Comments
 (0)