credentials: Added void *params to public_key encrypt() and private_key decrypt() methods
This commit is contained in:
@@ -159,7 +159,7 @@ METHOD(private_key_t, sign, bool,
|
||||
|
||||
METHOD(private_key_t, decrypt, bool,
|
||||
private_botan_rsa_private_key_t *this, encryption_scheme_t scheme,
|
||||
chunk_t crypto, chunk_t *plain)
|
||||
void *params, chunk_t crypto, chunk_t *plain)
|
||||
{
|
||||
botan_pk_op_decrypt_t decrypt_op;
|
||||
const char *padding;
|
||||
|
||||
Reference in New Issue
Block a user