Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed Sep 19, 2024
1 parent 2f6996d commit 3f15db3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ WOLFSSL_CALLBACKS needs LARGE_STATIC_BUFFERS, please add LARGE_STATIC_BUFFERS
#endif
#endif

static WC_MAYBE_UNUSED int writeAeadAuthData(WOLFSSL* ssl, word16 sz,
byte type, byte* additional, byte dec, byte** seq, int verifyOrder);
int writeAeadAuthData(WOLFSSL* ssl, word16 sz, byte type, byte* additional,
byte dec, byte** seq, int verifyOrder);

#ifdef WOLFSSL_DTLS
static int _DtlsCheckWindow(WOLFSSL* ssl);
Expand Down Expand Up @@ -18928,7 +18928,7 @@ typedef int (*Sm4AuthDecryptFunc)(wc_Sm4* sm4, byte* out, const byte* in,
* @return > 0 length of auth data
* <=0 error
*/
static int writeAeadAuthData(WOLFSSL* ssl, word16 sz, byte type,
int writeAeadAuthData(WOLFSSL* ssl, word16 sz, byte type,
byte* additional, byte dec, byte** seq, int verifyOrder)
{
word32 idx = 0;
Expand Down

0 comments on commit 3f15db3

Please sign in to comment.