Skip to content

Commit 49eedd2

Browse files
committed
Remove Inline
1. The function HashForId() was declared as INLINE. Remove it. The function is getting exported as WOLFSSH_LOCAL which conflicts with the inline.
1 parent ceb4618 commit 49eedd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3660,7 +3660,7 @@ static INLINE byte KeySzForId(byte id)
36603660
}
36613661
}
36623662

3663-
INLINE enum wc_HashType HashForId(byte id)
3663+
enum wc_HashType HashForId(byte id)
36643664
{
36653665
switch (id) {
36663666

0 commit comments

Comments
 (0)