mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Remove unused label in ssl_client2/ssl_server2
This commit is contained in:
		
							parent
							
								
									9548f114f3
								
							
						
					
					
						commit
						1f3fe87da3
					
				@ -713,7 +713,6 @@ static int ssl_check_record( mbedtls_ssl_context const *ssl,
 | 
				
			|||||||
        /* Regardless of the outcome, forward the record to the stack. */
 | 
					        /* Regardless of the outcome, forward the record to the stack. */
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
exit:
 | 
					 | 
				
			||||||
    mbedtls_free( tmp_buf );
 | 
					    mbedtls_free( tmp_buf );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return( 0 );
 | 
					    return( 0 );
 | 
				
			||||||
 | 
				
			|||||||
@ -825,7 +825,6 @@ static int ssl_check_record( mbedtls_ssl_context const *ssl,
 | 
				
			|||||||
        /* Regardless of the outcome, forward the record to the stack. */
 | 
					        /* Regardless of the outcome, forward the record to the stack. */
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
exit:
 | 
					 | 
				
			||||||
    mbedtls_free( tmp_buf );
 | 
					    mbedtls_free( tmp_buf );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return( 0 );
 | 
					    return( 0 );
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user