Fix for unused variable in new fast-rsa function wc_RsaPublicKeyDecode_ex.

This commit is contained in:
David Garske
2018-10-25 11:12:33 -07:00
parent 81651c351b
commit 153c7cc684

View File

@ -1095,7 +1095,6 @@ int wc_RsaPublicKeyDecode_ex(const byte* input, word32* inOutIdx,
{
IppStatus ret = 0;
int length;
int keySz = 0;
#if defined(OPENSSL_EXTRA) || defined(RSA_DECODE_EXTRA)
byte b;
#endif