Skip to content

Commit

Permalink
[nasa/nos3#352] Fix cross-compiling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Dec 19, 2024
1 parent 4e67544 commit 36aace4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ extern int32_t Crypto_AOS_ProcessSecurity(uint8_t *p_ingest, uint16_t len_ingest
// Crypo Error Support Functions
extern char *Crypto_Get_Error_Code_Enum_String(int32_t crypto_error_code);

/*
** Internal Prototypes
*/

int32_t Crypto_Get_Security_Header_Length(SecurityAssociation_t *sa_ptr);
int32_t Crypto_Get_Security_Trailer_Length(SecurityAssociation_t *sa_ptr);

/*
** Internal Prototypes
*/
Expand Down

0 comments on commit 36aace4

Please sign in to comment.