Skip to content

Commit ff24f59

Browse files
author
itayzafrir
committed
Revert "Change PSA_MAX_PERSISTENT_KEY_IDENTIFIER to 64 bits when using ITS"
This reverts commit 7b6f37f. This revert is due to PR #59.
1 parent eae2dd7 commit ff24f59

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/psa_crypto_storage.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@ extern "C" {
5959
* This limitation will probably become moot when we implement client
6060
* separation for key storage.
6161
*/
62-
#if defined(MBEDTLS_PSA_CRYPTO_SPM)
63-
#define PSA_MAX_PERSISTENT_KEY_IDENTIFIER 0xffff000000000000
64-
#else
6562
#define PSA_MAX_PERSISTENT_KEY_IDENTIFIER 0xffff0000
66-
#endif
6763

6864
/**
6965
* \brief Format key data and metadata and save to a location for given key

0 commit comments

Comments
 (0)