Skip to content

Commit 7262b8c

Browse files
committed
[nrf noup] Handle moved PSA_EXPORT_KEY_PAIR_OR_PUBLIC_MAX_SIZE
-This noup will be in place util Mbed TLS 3.6.3 is introduced. It hinders duplication-issues for the symbol PSA_EXPORT_KEY_PAIR_OR_PUBLIC_MAX_SIZE which has moved from pk.c to the file psa/crypto_sizes.h ref: NCSDK-30210 Signed-off-by: Frank Audun Kvamtrø <frank.kvamtro@nordicsemi.no>
1 parent 98603a8 commit 7262b8c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/pk.c

-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
#include <limits.h>
3636
#include <stdint.h>
3737

38-
#define PSA_EXPORT_KEY_PAIR_OR_PUBLIC_MAX_SIZE \
39-
(PSA_EXPORT_KEY_PAIR_MAX_SIZE > PSA_EXPORT_PUBLIC_KEY_MAX_SIZE) ? \
40-
PSA_EXPORT_KEY_PAIR_MAX_SIZE : PSA_EXPORT_PUBLIC_KEY_MAX_SIZE
41-
4238
/*
4339
* Initialise a mbedtls_pk_context
4440
*/

0 commit comments

Comments
 (0)