mirror of https://github.com/ARMmbed/mbed-os.git
Move import to after TARGET_PSA define check
Signed-off-by: Darryl Green <darryl.green@arm.com>pull/13003/head
parent
a62b3591d9
commit
e5f8dd8798
|
|
@ -15,12 +15,12 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "psa/crypto.h"
|
|
||||||
|
|
||||||
#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
|
#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
|
||||||
#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
|
#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
#include "psa/crypto.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "mbed.h"
|
#include "mbed.h"
|
||||||
#include "greentea-client/test_env.h"
|
#include "greentea-client/test_env.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue