forked from wolfSSL/wolfssl
Fix to use the new outTmp
.
This commit is contained in:
@ -4667,7 +4667,7 @@ int RsaDec(WOLFSSL* ssl, byte* in, word32 inSz, byte** out, word32* outSz,
|
||||
if (ret != 0)
|
||||
return ret;
|
||||
#endif
|
||||
ret = wc_RsaPrivateDecryptInline(in, inSz, out, key);
|
||||
ret = wc_RsaPrivateDecryptInline(in, inSz, &outTmp, key);
|
||||
}
|
||||
|
||||
/* Handle async pending response */
|
||||
|
Reference in New Issue
Block a user