We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22589f0 + 2ce22a5 commit b14a4ffCopy full SHA for b14a4ff
library/psa_crypto_storage.c
@@ -419,7 +419,7 @@ psa_status_t psa_crypto_save_transaction( void )
419
{
420
struct psa_storage_info_t p_info;
421
psa_status_t status;
422
- status = psa_its_get_info( PSA_CRYPTO_ITS_RANDOM_SEED_UID, &p_info );
+ status = psa_its_get_info( PSA_CRYPTO_ITS_TRANSACTION_UID, &p_info );
423
if( status == PSA_SUCCESS )
424
425
/* This shouldn't happen: we're trying to start a transaction while
0 commit comments