Skip to content

Commit 94f03a1

Browse files
authored
Merge pull request #2891 from testssl/fix_indentation_3.3dev
Fix indentation @ Intermediate cert validity
2 parents a90b2cf + 75feb05 commit 94f03a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10277,7 +10277,7 @@ certificate_info() {
1027710277
out "$indent"; pr_bold " Intermediate cert validity "
1027810278
first=false
1027910279
else
10280-
out "$indent$spaces"
10280+
out "$spaces"
1028110281
fi
1028210282
out "#${i}: "
1028310283
if ! [[ "$($OPENSSL x509 -checkend 1 2>>$ERRFILE <<< "$cert")" =~ \ not\ ]]; then

0 commit comments

Comments
 (0)