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.
1 parent 5a93ded commit aae9b6fCopy full SHA for aae9b6f
Middleware/ARM/freertos-ota-pal-psa-lib/src/ota_provision.c
@@ -32,7 +32,7 @@ int ota_privision_code_signing_key(psa_key_handle_t * key_handle)
32
uint8_t public_key_der[310];
33
size_t xLength = 310;
34
int result;
35
- psa_key_handle_t key_handle_tmp = NULL;
+ psa_key_handle_t key_handle_tmp = 0;
36
psa_status_t status;
37
psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT;
38
0 commit comments