mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Fix indentation in debug message in ssl_tls.c
This commit is contained in:
		
							parent
							
								
									8e55b0f852
								
							
						
					
					
						commit
						92d30f5bcf
					
				@ -4938,9 +4938,9 @@ static int ssl_parse_record_header( mbedtls_ssl_context *ssl )
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    MBEDTLS_SSL_DEBUG_MSG( 3, ( "input record: msgtype = %d, "
 | 
					    MBEDTLS_SSL_DEBUG_MSG( 3, ( "input record: msgtype = %d, "
 | 
				
			||||||
                        "version = [%d:%d], msglen = %d",
 | 
					                                "version = [%d:%d], msglen = %d",
 | 
				
			||||||
                        ssl->in_msgtype,
 | 
					                                ssl->in_msgtype,
 | 
				
			||||||
                        major_ver, minor_ver, ssl->in_msglen ) );
 | 
					                                major_ver, minor_ver, ssl->in_msglen ) );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /*
 | 
					    /*
 | 
				
			||||||
     * DTLS-related tests.
 | 
					     * DTLS-related tests.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user