commit | 060ad8ac345b62c2b733345a575df22ccac3eb0e | [log] [tgz] |
---|---|---|
author | mohammad1603 <mohammad.abomokh@arm.com> | Tue Mar 20 14:28:38 2018 -0700 |
committer | itayzafrir <itay.zafrir@arm.com> | Wed Sep 05 12:01:37 2018 +0300 |
tree | 071138e2c4708616f4e589bbb224145b4ab1f8c3 | |
parent | 804cd71bf8b5d01c1caaea1a482a7b50cf035104 [diff] [blame] |
Compilation and tests fixes
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 5ba60e1..329ee3d 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -1304,7 +1304,7 @@ if ( slot->lifetime == PSA_KEY_LIFETIME_WRITE_ONCE ) return( PSA_ERROR_KEY_LIFETIME_CHANGE ); - slot->lifetime = liftime; + slot->lifetime = lifetime; return( PSA_SUCCESS ); }