Skip to content

Commit

Permalink
Fix hidden function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Mar 20, 2024
1 parent 38f251f commit 8ed2194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ bool YH_INTERNAL base64_decode(const char *in, uint8_t *out, size_t *len);

bool YH_INTERNAL split_hmac_key(yh_algorithm algorithm, uint8_t *in,
size_t in_len, uint8_t *out, size_t *out_len);
void increment_ctr(uint8_t *ctr, size_t len);
void YH_INTERNAL increment_ctr(uint8_t *ctr, size_t len);

#endif

0 comments on commit 8ed2194

Please sign in to comment.