Skip to content

Commit

Permalink
Merge pull request #2240 from dcooper16/neat_lis_alignment_30
Browse files Browse the repository at this point in the history
Fix alignment in neat_list()
  • Loading branch information
drwetter authored Sep 16, 2022
2 parents 8eb177a + d37f6c7 commit 6e68763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3331,6 +3331,7 @@ neat_list(){
local -i i len

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

0 comments on commit 6e68763

Please sign in to comment.