mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Break overly long line in definition of mbedtls_ssl_get_session()
This commit is contained in:
		
							parent
							
								
									60848e6574
								
							
						
					
					
						commit
						f852b1c035
					
				@ -8532,7 +8532,8 @@ const mbedtls_x509_crt *mbedtls_ssl_get_peer_cert( const mbedtls_ssl_context *ss
 | 
				
			|||||||
#endif /* MBEDTLS_X509_CRT_PARSE_C */
 | 
					#endif /* MBEDTLS_X509_CRT_PARSE_C */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(MBEDTLS_SSL_CLI_C)
 | 
					#if defined(MBEDTLS_SSL_CLI_C)
 | 
				
			||||||
int mbedtls_ssl_get_session( const mbedtls_ssl_context *ssl, mbedtls_ssl_session *dst )
 | 
					int mbedtls_ssl_get_session( const mbedtls_ssl_context *ssl,
 | 
				
			||||||
 | 
					                             mbedtls_ssl_session *dst )
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    if( ssl == NULL ||
 | 
					    if( ssl == NULL ||
 | 
				
			||||||
        dst == NULL ||
 | 
					        dst == NULL ||
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user