se050: abide compilers warning about init keyId

This commit is contained in:
Marco Oliverio
2026-04-15 08:33:30 +02:00
parent f55ecb5124
commit 2f5df5c9f8
+1 -1
View File
@@ -810,7 +810,7 @@ int se050_rsa_get_key_id(struct RsaKey* key, word32* keyId)
int se050_rsa_create_key(struct RsaKey* key, int size, long e)
{
int ret = 0;
word32 keyId;
word32 keyId = 0;
int keyCreated = 0;
sss_status_t status = kStatus_SSS_Success;
sss_object_t keyPair;