mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 12:11:27 -05:00 
			
		
		
		
	Fix bug in certs.c
Revealed by the recent PEM changes
This commit is contained in:
		
							parent
							
								
									ec4b08957f
								
							
						
					
					
						commit
						24083d61a0
					
				@ -319,10 +319,10 @@ const char * mbedtls_test_cas[] = {
 | 
			
		||||
};
 | 
			
		||||
const size_t mbedtls_test_cas_len[] = {
 | 
			
		||||
#if defined(MBEDTLS_RSA_C)
 | 
			
		||||
    sizeof( mbedtls_test_ca_crt_rsa_len ),
 | 
			
		||||
    sizeof( mbedtls_test_ca_crt_rsa ),
 | 
			
		||||
#endif
 | 
			
		||||
#if defined(MBEDTLS_ECDSA_C)
 | 
			
		||||
    sizeof( mbedtls_test_ca_crt_ec_len ),
 | 
			
		||||
    sizeof( mbedtls_test_ca_crt_ec ),
 | 
			
		||||
#endif
 | 
			
		||||
    0
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user