Merge pull request #963 from dcooper16/fix_962

Fix #962
This commit is contained in:
Dirk Wetter 2018-01-19 16:30:40 +01:00 committed by GitHub
commit 41635ce53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -661,15 +661,15 @@ fileout_json_section() {
case $1 in case $1 in
1) echo -e " \"singleCipher\" : [" ;; 1) echo -e " \"singleCipher\" : [" ;;
2) echo -e " \"protocols\" : [" ;; 2) echo -e " \"protocols\" : [" ;;
3) echo -e ",\n \"ciphers\" : [" ;; 3) echo -e ",\n \"grease\" : [" ;;
4) echo -e ",\n \"pfs\" : [" ;; 4) echo -e ",\n \"ciphers\" : [" ;;
5) echo -e ",\n \"serverPreferences\" : [" ;; 5) echo -e ",\n \"pfs\" : [" ;;
6) echo -e ",\n \"serverDefaults\" : [" ;; 6) echo -e ",\n \"serverPreferences\" : [" ;;
7) echo -e ",\n \"headerResponse\" : [" ;; 7) echo -e ",\n \"serverDefaults\" : [" ;;
8) echo -e ",\n \"vulnerabilities\" : [" ;; 8) echo -e ",\n \"headerResponse\" : [" ;;
9) echo -e ",\n \"cipherTests\" : [" ;; 9) echo -e ",\n \"vulnerabilities\" : [" ;;
10) echo -e ",\n \"browserSimulations\": [" ;; 10) echo -e ",\n \"cipherTests\" : [" ;;
11) echo -e ",\n \"grease\" : [" ;; 11) echo -e ",\n \"browserSimulations\": [" ;;
*) echo "invalid section" ;; *) echo "invalid section" ;;
esac esac
} }