mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Update ssl_tls.c
Clarification in comments to ssl_handle_possible_reconnect()
This commit is contained in:
		
							parent
							
								
									0789aed39d
								
							
						
					
					
						commit
						74ca8d07ad
					
				@ -3396,7 +3396,7 @@ static int ssl_check_dtls_clihlo_cookie(
 | 
				
			|||||||
 * - if anything goes wrong, return a specific error code
 | 
					 * - if anything goes wrong, return a specific error code
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * mbedtls_ssl_read_record() will ignore the record if anything else than
 | 
					 * mbedtls_ssl_read_record() will ignore the record if anything else than
 | 
				
			||||||
 * MBEDTLS_ERR_SSL_CLIENT_RECONNECT or 0 is returned (we never return 0).
 | 
					 * MBEDTLS_ERR_SSL_CLIENT_RECONNECT or 0 is returned.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
static int ssl_handle_possible_reconnect( mbedtls_ssl_context *ssl )
 | 
					static int ssl_handle_possible_reconnect( mbedtls_ssl_context *ssl )
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user