mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	Update symmetric only reference config to include config_psa.h
Since the symmetric only reference config is utilizing PSA crypto library builds, the config file needs to included the new config_psa.h so that all the PSA feature macros are setup properly for the test. Signed-off-by: John Durkop <john.durkop@fermatsoftware.com>
This commit is contained in:
		@@ -92,6 +92,8 @@
 | 
				
			|||||||
#define MBEDTLS_VERSION_C
 | 
					#define MBEDTLS_VERSION_C
 | 
				
			||||||
#define MBEDTLS_XTEA_C
 | 
					#define MBEDTLS_XTEA_C
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include "mbedtls/config_psa.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "check_config.h"
 | 
					#include "check_config.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif /* MBEDTLS_CONFIG_H */
 | 
					#endif /* MBEDTLS_CONFIG_H */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user