diff --git a/src/internal.c b/src/internal.c index 88c1ac27..56fb1f4d 100644 --- a/src/internal.c +++ b/src/internal.c @@ -873,7 +873,7 @@ int IdentifyKey(const byte* in, word32 inSz, int isPrivate, void* heap) word32 idx; int ret; int dynType = isPrivate ? DYNTYPE_PRIVKEY : DYNTYPE_PUBKEY; - (void) dynType; + WOLFSSH_UNUSED(dynType); key = (union wolfSSH_key*)WMALLOC(sizeof(union wolfSSH_key), heap, dynType);