Skip to content

Commit

Permalink
Update crypto.c
Browse files Browse the repository at this point in the history
Removed PDU Length Print statement that was missed.
  • Loading branch information
rjbrown2 authored Dec 7, 2021
1 parent 60c8c00 commit adb084d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fsw/src/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -2847,7 +2847,7 @@ int32 Crypto_TC_ProcessSecurity( char* ingest, int* len_ingest,TC_t* tc_sdls_pro
}

tc_sdls_processed_frame->tc_pdu_len = Crypto_Get_tcPayloadLength(tc_sdls_processed_frame, sa_ptr);
printf("PDU LENGTH: %d\n", tc_sdls_processed_frame->tc_pdu_len);

x = x + tc_sdls_processed_frame->tc_pdu_len;

#ifdef TC_DEBUG
Expand Down Expand Up @@ -4027,4 +4027,4 @@ int32 Crypto_ProcessSecurity(char* ingest, int* len_ingest)
return status;
}

#endif
#endif

0 comments on commit adb084d

Please sign in to comment.