1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Ensure build of P256 pass

Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
Xiaokang Qian
2023-08-08 03:41:07 +00:00
parent 5cb930ff8a
commit 077ffc0991
3 changed files with 3 additions and 3 deletions

View File

@ -24,6 +24,7 @@
#include "psa/crypto.h"
#include <stddef.h>
#include <string.h>
#include "psa_crypto_driver_wrappers.h"
#if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)