credentials: Added void *params to public_key encrypt() and private_key decrypt() methods
This commit is contained in:
@@ -218,7 +218,7 @@ METHOD(public_key_t, verify, bool,
|
||||
|
||||
METHOD(public_key_t, encrypt, bool,
|
||||
private_wolfssl_rsa_public_key_t *this, encryption_scheme_t scheme,
|
||||
chunk_t plain, chunk_t *crypto)
|
||||
void *params, chunk_t plain, chunk_t *crypto)
|
||||
{
|
||||
int padding, mgf, len;
|
||||
enum wc_HashType hash;
|
||||
|
||||
Reference in New Issue
Block a user