mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Fix typo in a test condition code
This commit is contained in:
		
							parent
							
								
									2b5be1e630
								
							
						
					
					
						commit
						c388a8c394
					
				@ -2180,7 +2180,7 @@ static int x509_crt_find_parent(
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /* extra precaution against mistakes in the caller */
 | 
			
		||||
    if( parent == NULL )
 | 
			
		||||
    if( *parent == NULL )
 | 
			
		||||
    {
 | 
			
		||||
        *parent_is_trusted = 0;
 | 
			
		||||
        *signature_is_good = 0;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user