mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Fix option compatibility check
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
		
							parent
							
								
									14c332baee
								
							
						
					
					
						commit
						89ffb28051
					
				@ -606,7 +606,7 @@
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(MBEDTLS_PSA_INJECT_ENTROPY) &&              \
 | 
					#if defined(MBEDTLS_PSA_INJECT_ENTROPY) &&              \
 | 
				
			||||||
    !defined(MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG)
 | 
					    defined(MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG)
 | 
				
			||||||
#error "MBEDTLS_PSA_INJECT_ENTROPY is not compatible with MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG"
 | 
					#error "MBEDTLS_PSA_INJECT_ENTROPY is not compatible with MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user