mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Fix for unused variable in new fast-rsa function wc_RsaPublicKeyDecode_ex
.
This commit is contained in:
@@ -1095,7 +1095,6 @@ int wc_RsaPublicKeyDecode_ex(const byte* input, word32* inOutIdx,
|
|||||||
{
|
{
|
||||||
IppStatus ret = 0;
|
IppStatus ret = 0;
|
||||||
int length;
|
int length;
|
||||||
int keySz = 0;
|
|
||||||
#if defined(OPENSSL_EXTRA) || defined(RSA_DECODE_EXTRA)
|
#if defined(OPENSSL_EXTRA) || defined(RSA_DECODE_EXTRA)
|
||||||
byte b;
|
byte b;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user