mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	fix if statement
This commit is contained in:
		@@ -3173,7 +3173,7 @@ run_protocols() {
 | 
				
			|||||||
     esac
 | 
					     esac
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     pr_bold " TLS 1.2    $extra_spaces";
 | 
					     pr_bold " TLS 1.2    $extra_spaces";
 | 
				
			||||||
     if "$using_sockets" 
 | 
					     if "$using_sockets" ; then
 | 
				
			||||||
          tls_sockets "03" "$TLS12_CIPHER"
 | 
					          tls_sockets "03" "$TLS12_CIPHER"
 | 
				
			||||||
     else
 | 
					     else
 | 
				
			||||||
          run_prototest_openssl "-tls1_2"
 | 
					          run_prototest_openssl "-tls1_2"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user