Skip to content

Commit

Permalink
Remove Inline
Browse files Browse the repository at this point in the history
1. The function HashForId() was declared as INLINE. Remove it. The
   function is getting exported as WOLFSSH_LOCAL which conflicts with
   the inline.
  • Loading branch information
ejohnstown committed Sep 12, 2024
1 parent ceb4618 commit 49eedd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -3660,7 +3660,7 @@ static INLINE byte KeySzForId(byte id)
}
}

INLINE enum wc_HashType HashForId(byte id)
enum wc_HashType HashForId(byte id)
{
switch (id) {

Expand Down

0 comments on commit 49eedd2

Please sign in to comment.