credentials: Added void *params to public_key encrypt() and private_key decrypt() methods
This commit is contained in:
+1
-1
@@ -388,7 +388,7 @@ METHOD(private_key_t, get_type, key_type_t,
|
||||
|
||||
METHOD(private_key_t, decrypt, bool,
|
||||
private_private_key_t *this, encryption_scheme_t scheme,
|
||||
chunk_t crypto, chunk_t *plain)
|
||||
void *params, chunk_t crypto, chunk_t *plain)
|
||||
{
|
||||
DBG1(DBG_LIB, "private key decryption is currently not supported via JNI");
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user