mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 22:05:26 +01:00 
			
		
		
		
	Merge pull request #1623 from dcooper16/fix_cp_error
Fix copy and paste error
This commit is contained in:
		| @@ -9312,7 +9312,7 @@ run_server_defaults() { | |||||||
|                               if [[ -z "${ciphers_to_test[n+1]}" ]]; then |                               if [[ -z "${ciphers_to_test[n+1]}" ]]; then | ||||||
|                                    ciphers_to_test[n+1]="${ciphers_to_test[n]/aDSS/}" |                                    ciphers_to_test[n+1]="${ciphers_to_test[n]/aDSS/}" | ||||||
|                                    ciphers_to_test[n+1]="${ciphers_to_test[n+1]/::/:}" |                                    ciphers_to_test[n+1]="${ciphers_to_test[n+1]/::/:}" | ||||||
|                                    [[ "${ciphe-S 127.0.0.1rs_to_test[n+1]:0:1}" == : ]] && ciphers_to_test[n+1]="${ciphers_to_test[n+1]:1}" |                                    [[ "${ciphers_to_test[n+1]:0:1}" == : ]] && ciphers_to_test[n+1]="${ciphers_to_test[n+1]:1}" | ||||||
|                               fi |                               fi | ||||||
|                               ciphers_to_test[n]="aDSS" |                               ciphers_to_test[n]="aDSS" | ||||||
|                          elif [[ "$ciph" == TLS_DH_* ]]; then |                          elif [[ "$ciph" == TLS_DH_* ]]; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter