Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Sep 5, 2024
1 parent 41b1535 commit f7704eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/pkcs11_store.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ static void restore_backup(uint32_t offset)
hal_flash_lock();
}

static void check_vault(void) {
static void check_vault(void)
{
uint32_t *magic = (uint32_t *)vault_base;
uint32_t total_vault_size = KEYVAULT_MAX_ITEMS * KEYVAULT_OBJ_SIZE;

Expand Down
1 change: 0 additions & 1 deletion tools/unit-tests/unit-pkcs11_store.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#if defined(ENCRYPT_WITH_CHACHA)
#define HAVE_CHACHA
#endif
//#define WC_NO_HARDEN
#define ECC_TIMING_RESISTANT

#define WOLFSSL_USER_SETTINGS
Expand Down

0 comments on commit f7704eb

Please sign in to comment.