Added new EVP API for creating a private key for use with crypto callbacks. Improvements to heap hint and devId with EVP layer.
This commit is contained in:
@@ -5275,7 +5275,7 @@ int wc_ecc_sign_hash(const byte* in, word32 inlen, byte* out, word32 *outlen,
|
||||
#endif
|
||||
|
||||
if (rng == NULL) {
|
||||
WOLFSSL_MSG("rng was NULL");
|
||||
WOLFSSL_MSG("ECC sign RNG missing");
|
||||
return ECC_BAD_ARG_E;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user