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)
|
if (ret != 0)
|
||||||
return ret;
|
return ret;
|
||||||
#endif
|
#endif
|
||||||
ret = wc_RsaPrivateDecryptInline(in, inSz, out, key);
|
ret = wc_RsaPrivateDecryptInline(in, inSz, &outTmp, key);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Handle async pending response */
|
/* Handle async pending response */
|
||||||
|
Reference in New Issue
Block a user