fix user rsa no error codes?
This commit is contained in:
parent
51042e166f
commit
a274386693
@ -2675,7 +2675,7 @@ int wc_RsaKeyToPublicDer(RsaKey* key, byte* output, word32 inLen)
|
||||
int wc_RsaSetRNG(RsaKey* key, WC_RNG* rng)
|
||||
{
|
||||
if (key == NULL)
|
||||
return BAD_FUNC_ARG;
|
||||
return USER_CRYPTO_ERROR;
|
||||
|
||||
(void)rng;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user