warrning for unused function in user-crypto / fast-rsa mode

This commit is contained in:
Jacob Barthelmeh
2015-11-24 13:18:39 -07:00
parent e4bed957b3
commit da127dfb17

View File

@ -1159,6 +1159,7 @@ WOLFSSL_LOCAL int GetObjectId(const byte* input, word32* inOutIdx, word32* oid,
}
#ifndef HAVE_USER_RSA
static int SkipObjectId(const byte* input, word32* inOutIdx, word32 maxIdx)
{
int length;
@ -1173,7 +1174,7 @@ static int SkipObjectId(const byte* input, word32* inOutIdx, word32 maxIdx)
return 0;
}
#endif
WOLFSSL_LOCAL int GetAlgoId(const byte* input, word32* inOutIdx, word32* oid,
word32 oidType, word32 maxIdx)