mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10041 from netanelgonen/Fix_include_mbedtls
Fix include in psa compliance tests to mbedtls config filepull/10046/head
commit
1471b4c130
|
@ -27,11 +27,7 @@
|
|||
#ifndef _PAL_CRYPTO_CONFIG_H_
|
||||
#define _PAL_CRYPTO_CONFIG_H_
|
||||
|
||||
#if !defined(MBEDTLS_CONFIG_FILE)
|
||||
#include "config.h"
|
||||
#else
|
||||
#include MBEDTLS_CONFIG_FILE
|
||||
#endif
|
||||
#include "mbedtls/config.h"
|
||||
|
||||
/**
|
||||
* \def ARCH_TEST_RSA
|
||||
|
@ -408,4 +404,4 @@
|
|||
|
||||
#include "pal_crypto_config_check.h"
|
||||
|
||||
#endif /* _PAL_CRYPTO_CONFIG_H_ */
|
||||
#endif
|
||||
|
|
|
@ -316,7 +316,8 @@
|
|||
"1650a923eb6f79051544b2c57fb72140eaae4f65",
|
||||
"2982907e37b695d9dee9db7026a3ae0ecbd04451",
|
||||
"16a59cb9926bc96792cc9d1b7a996689f7bf1b86",
|
||||
"c437c9f0b80a3f4177a23a2a6f2399d9e8bd162b"
|
||||
"c437c9f0b80a3f4177a23a2a6f2399d9e8bd162b",
|
||||
"053e07b6dc7a2db6c4225e082e3ddb118aade882"
|
||||
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue