mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
add rsafunction mp_exptmod_e debug message
This commit is contained in:
@@ -391,6 +391,9 @@ static int wc_RsaFunction(const byte* in, word32 inLen, byte* out,
|
|||||||
|
|
||||||
done:
|
done:
|
||||||
mp_clear(&tmp);
|
mp_clear(&tmp);
|
||||||
|
if (ret == MP_EXPTMOD_E) {
|
||||||
|
WOLFSSL_MSG("RSA_FUNCTION MP_EXPTMOD_E: memory/config problem");
|
||||||
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user