mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Add missing header to cpp_dummy_build.cpp test
Part of build_default_make_gcc_and_cxx compares the list of headers included by `programs/test/cpp_dummy_build.cpp` and the actual headers present. Add in the missing `mbedtls/psa_config.h` file to this list so that this test passes. Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
		
							parent
							
								
									a7ce0fca59
								
							
						
					
					
						commit
						5fd5747402
					
				@ -44,6 +44,7 @@
 | 
			
		||||
#include "mbedtls/cipher_internal.h"
 | 
			
		||||
#include "mbedtls/cmac.h"
 | 
			
		||||
#include "mbedtls/compat-1.3.h"
 | 
			
		||||
#include "mbedtls/config_psa.h"
 | 
			
		||||
#include "mbedtls/ctr_drbg.h"
 | 
			
		||||
#include "mbedtls/debug.h"
 | 
			
		||||
#include "mbedtls/des.h"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user