Skip to content

Commit

Permalink
[#241] Update incorrect Function Doxygen comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown2 committed May 29, 2024
1 parent b7b0806 commit 8d2f6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ uint16_t crc16Table[256];

/**
* @brief Function: clean_ekref
* Looks up cipher suite ID and determines if it's an AEAD algorithm. Returns 1 if true, 0 if false;
* Null terminates the entire array for EKREF
* @param sa: SecurityAssocation_t*
**/
void clean_ekref(SecurityAssociation_t* sa)
Expand All @@ -79,7 +79,7 @@ void clean_ekref(SecurityAssociation_t* sa)

/**
* @brief Function: clean_akref
* Looks up cipher suite ID and determines if it's an AEAD algorithm. Returns 1 if true, 0 if false;
* Null terminates the entire array for AKREF
* @param sa: SecurityAssocation_t*
**/
void clean_akref(SecurityAssociation_t* sa)
Expand Down

0 comments on commit 8d2f6d1

Please sign in to comment.