mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-26 23:14:07 +08:00
No need to include the 3rd party entry point head file
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
parent
1198e43644
commit
e9dc63e069
@ -24,11 +24,6 @@
|
|||||||
#include "psa/crypto.h"
|
#include "psa/crypto.h"
|
||||||
#include "psa/crypto_driver_common.h"
|
#include "psa/crypto_driver_common.h"
|
||||||
|
|
||||||
#if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
|
|
||||||
#include "../3rdparty/p256-m/p256-m_driver_entrypoints.h"
|
|
||||||
#endif /* MBEDTLS_PSA_P256M_DRIVER_ENABLED */
|
|
||||||
|
|
||||||
|
|
||||||
psa_status_t psa_driver_wrapper_export_public_key(
|
psa_status_t psa_driver_wrapper_export_public_key(
|
||||||
const psa_key_attributes_t *attributes,
|
const psa_key_attributes_t *attributes,
|
||||||
const uint8_t *key_buffer, size_t key_buffer_size,
|
const uint8_t *key_buffer, size_t key_buffer_size,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user