mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +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;
|
||||
int length;
|
||||
int keySz = 0;
|
||||
#if defined(OPENSSL_EXTRA) || defined(RSA_DECODE_EXTRA)
|
||||
byte b;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user