Merge pull request #4602 from embhorn/zd13296

Initialize global in TSIP port
pull/4613/head
David Garske 2021-11-29 13:01:03 -08:00 committed by GitHub
commit 80c16745c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ static tsip_key_data g_user_key_info;
/* tsip only keep one encrypted ca public key */
#if defined(WOLFSSL_RENESAS_TSIP_TLS)
static uint32_t g_encrypted_publicCA_key[R_TSIP_SINST_WORD_SIZE];
static uint32_t g_CAscm_Idx; /* index of CM table */
static uint32_t g_CAscm_Idx = (uint32_t)-1; /* index of CM table */
#endif