Skip to content

Commit

Permalink
[#196] WIP: Crypto_TM_ApplySecurity Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown6 committed Mar 15, 2024
1 parent 922a5aa commit 70d0849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/crypto_tm.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ int32_t Crypto_TM_ApplySecurity(uint8_t* pTfBuffer)
printf(KYEL "FECF Location is: %d\n" RESET, current_managed_parameters->max_frame_size - 2);
}
#endif

// Get Key
crypto_key_t* ekp = NULL;
ekp = key_if->get_key(sa_ptr->ekid);
Expand Down

0 comments on commit 70d0849

Please sign in to comment.