Skip to content

Commit

Permalink
ccm.c: Remove documentation erroneous return statement for void function
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Shallow <supjps-libcoap@jpshallow.com>
  • Loading branch information
mrdeep1 authored and obgm committed Jul 12, 2023
1 parent b82a72b commit c9bbc03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ccm.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ block0(size_t M, /* number of auth bytes */
* authentication block.
* \param X The output buffer where the result of the CBC calculation
* is placed.
* \return The result is written to \p X.
*/
static void
add_auth_data(rijndael_ctx *ctx, const unsigned char *msg, uint64_t la,
Expand Down

0 comments on commit c9bbc03

Please sign in to comment.