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

change MBEDTLS_RANDOM_SEED_ITS define to be PSA_CRYPTO_ITS_RANDOM_SEED_UID

This commit is contained in:
avolinski
2018-11-21 17:31:07 +02:00
parent 1c66205df6
commit 0d2c266c06
3 changed files with 8 additions and 8 deletions

View File

@ -35,7 +35,7 @@ extern "C" {
#endif
/* UID for secure storage seed */
#define MBEDTLS_RANDOM_SEED_ITS_UID 0xFFFFFF52
#define PSA_CRYPTO_ITS_RANDOM_SEED_UID 0xFFFFFF52
/**
* \brief Library deinitialization.