mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
fix user rsa no error codes?
This commit is contained in:
@@ -2675,7 +2675,7 @@ int wc_RsaKeyToPublicDer(RsaKey* key, byte* output, word32 inLen)
|
|||||||
int wc_RsaSetRNG(RsaKey* key, WC_RNG* rng)
|
int wc_RsaSetRNG(RsaKey* key, WC_RNG* rng)
|
||||||
{
|
{
|
||||||
if (key == NULL)
|
if (key == NULL)
|
||||||
return BAD_FUNC_ARG;
|
return USER_CRYPTO_ERROR;
|
||||||
|
|
||||||
(void)rng;
|
(void)rng;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user