mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Adapt mbedtls_ssl_parse_certificate() to removal of peer_cert field
This commit is contained in:
		
							parent
							
								
									13c327d500
								
							
						
					
					
						commit
						b6c5eca2d5
					
				@ -6301,10 +6301,10 @@ crt_verify:
 | 
			
		||||
            goto exit;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
#endif /* !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE */
 | 
			
		||||
 | 
			
		||||
#else
 | 
			
		||||
    ssl->session_negotiate->peer_cert = chain;
 | 
			
		||||
    chain = NULL;
 | 
			
		||||
#endif /* !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE */
 | 
			
		||||
 | 
			
		||||
    MBEDTLS_SSL_DEBUG_MSG( 2, ( "<= parse certificate" ) );
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user