Skip to content

Commit 707e8a5

Browse files
Vge0rgerlubos
authored andcommitted
nrf_security: Add psa crypto driver config file
This file was removed from the Oberon PSA 1.5.1 and thus we need to include it here. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent b54d1c8 commit 707e8a5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
#ifndef PSA_CRYPTO_DRIVER_CONFIG_H
8+
#define PSA_CRYPTO_DRIVER_CONFIG_H
9+
10+
#if defined(MBEDTLS_PSA_CRYPTO_CONFIG_FILE)
11+
#include MBEDTLS_PSA_CRYPTO_CONFIG_FILE
12+
#else
13+
#include "psa/crypto_config.h"
14+
#endif
15+
16+
#endif /* PSA_CRYPTO_DRIVER_CONFIG_H */

0 commit comments

Comments
 (0)