mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Guard PK-parse module by ASN.1-parse module in check_config.h
This commit is contained in:
		
							parent
							
								
									0592ea772a
								
							
						
					
					
						commit
						cb9debda6b
					
				@ -127,6 +127,10 @@
 | 
				
			|||||||
#error "MBEDTLS_ECP_C defined, but not all prerequisites"
 | 
					#error "MBEDTLS_ECP_C defined, but not all prerequisites"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#if defined(MBEDTLS_PK_PARSE_C) && !defined(MBEDTLS_ASN1_PARSE_C)
 | 
				
			||||||
 | 
					#error "MBEDTLS_PK_PARSE_C defined, but not all prerequesites"
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(MBEDTLS_ENTROPY_C) && (!defined(MBEDTLS_SHA512_C) &&      \
 | 
					#if defined(MBEDTLS_ENTROPY_C) && (!defined(MBEDTLS_SHA512_C) &&      \
 | 
				
			||||||
                                    !defined(MBEDTLS_SHA256_C))
 | 
					                                    !defined(MBEDTLS_SHA256_C))
 | 
				
			||||||
#error "MBEDTLS_ENTROPY_C defined, but not all prerequisites"
 | 
					#error "MBEDTLS_ENTROPY_C defined, but not all prerequisites"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user