Skip to content

Commit

Permalink
[#365] Minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dccutrig committed Dec 16, 2024
1 parent 52a694d commit 9ae5e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ int32_t Crypto_Process_Extended_Procedure_Pdu(TC_t *tc_sdls_processed_frame, uin

if (status == CRYPTO_LIB_SUCCESS)
{
// Check for speciic App ID for EPs - the CryptoLib Apid in this case
// Check for specific App ID for EPs - the CryptoLib Apid in this case
if ((tc_sdls_processed_frame->tc_pdu[0] == 0x18) && (tc_sdls_processed_frame->tc_pdu[1] == 0x80))
{
#ifdef CRYPTO_EPROC
Expand Down

0 comments on commit 9ae5e13

Please sign in to comment.