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.
pull/738/head
John Safranek 2024-09-12 14:38:25 -07:00
parent ceb461897b
commit 49eedd26c3
1 changed files with 1 additions and 1 deletions

View File

@ -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) {