mirror of https://github.com/wolfSSL/wolfssh.git
WOLFSSH_UNUSED instead of (void)var
parent
2d9292bfa5
commit
56ca2d636a
|
@ -873,7 +873,7 @@ int IdentifyKey(const byte* in, word32 inSz, int isPrivate, void* heap)
|
||||||
word32 idx;
|
word32 idx;
|
||||||
int ret;
|
int ret;
|
||||||
int dynType = isPrivate ? DYNTYPE_PRIVKEY : DYNTYPE_PUBKEY;
|
int dynType = isPrivate ? DYNTYPE_PRIVKEY : DYNTYPE_PUBKEY;
|
||||||
(void) dynType;
|
WOLFSSH_UNUSED(dynType);
|
||||||
|
|
||||||
key = (union wolfSSH_key*)WMALLOC(sizeof(union wolfSSH_key), heap, dynType);
|
key = (union wolfSSH_key*)WMALLOC(sizeof(union wolfSSH_key), heap, dynType);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue