Add missing vim modeline config in sh & perl files, cc #1901

This commit is contained in:
Peter Dave Hello 2021-06-01 04:39:22 +08:00
parent 737ea1e7e5
commit cbae32e5a4
19 changed files with 50 additions and 1 deletions

View File

@ -49,3 +49,5 @@ printf "\n";
done_testing($tests);
# vim:ts=5:sw=5:expandtab

View File

@ -45,3 +45,5 @@ printf "\n";
done_testing($tests);
# vim:ts=5:sw=5:expandtab

View File

@ -23,4 +23,5 @@ $tests++;
printf "\n";
done_testing($tests);
# vim:ts=5:sw=5:expandtab

View File

@ -10,3 +10,7 @@ is($newer_bundles,"","If there's an output with a *.pem file run \"~/utils/creat
printf "\n";
done_testing;
# vim:ts=5:sw=5:expandtab

View File

@ -68,3 +68,6 @@ sub json($) {
return from_json($file);
}
# vim:ts=5:sw=5:expandtab

View File

@ -176,3 +176,6 @@ sub json($) {
return from_json($file);
}
# vim:ts=5:sw=5:expandtab

View File

@ -74,3 +74,6 @@ sub json($) {
return from_json($file);
}
# vim:ts=5:sw=5:expandtab

View File

@ -84,3 +84,5 @@ sub json($) {
}
# vim:ts=5:sw=5:expandtab

View File

@ -83,3 +83,7 @@ printf "\n%s\n", "$diff";
printf "\n";
done_testing($tests);
# vim:ts=5:sw=5:expandtab

View File

@ -63,3 +63,7 @@ sub json($) {
unlink $file;
return from_json($file);
}
# vim:ts=5:sw=5:expandtab

View File

@ -140,3 +140,7 @@ sub json($) {
unlink $file;
return from_json($file);
}
# vim:ts=5:sw=5:expandtab

View File

@ -78,3 +78,7 @@ sub json($) {
unlink $file;
return from_json($file);
}
# vim:ts=5:sw=5:expandtab

View File

@ -29,4 +29,4 @@ echo "You may now run \"testssl.sh $(docker inspect $ID --format '{{.NetworkSett
exit 0
# vim:ts=5:sw=5:expandtab

View File

@ -53,3 +53,4 @@ echo "You may now run \"testssl.sh $(docker inspect $ID --format '{{.NetworkSett
exit 0
# vim:ts=5:sw=5:expandtab

View File

@ -34,3 +34,5 @@ echo
# remove leading : because of GREASE, and trailing because of TLS_EMPTY_RENEGOTIATION_INFO_SCSV
ciphers="${ciphers%:}"
echo ${ciphers#:}
# vim:ts=5:sw=5:expandtab

View File

@ -34,3 +34,5 @@ echo
# remove leading : because of GREASE, and trailing because of TPM_ECC_NONE
curves="${curves%:}"
echo ${curves#:}
# vim:ts=5:sw=5:expandtab

View File

@ -41,3 +41,5 @@ print join ":", @spec;
print "\n";
my $count = @spec;
print "$count ciphers\n";
# vim:ts=5:sw=5:expandtab

View File

@ -18,3 +18,5 @@ echo "--------------------------------------------------------"
openssl s_client -connect $1:443 -servername $1 -bugs -no_ssl2 -sess_in /tmp/ssl_s </dev/null 2>/dev/null| egrep "New|Reused|SSL handshake has read"
echo
# vim:ts=5:sw=5:expandtab

View File

@ -494,3 +494,7 @@ foreach my $shortname ( sort keys %sims ) {
close OUT;
exit;
# vim:ts=5:sw=5:expandtab