public-key: Add optional parameters argument to verify() method
This commit is contained in:
@@ -53,7 +53,7 @@ METHOD(public_key_t, get_type, key_type_t,
|
||||
}
|
||||
|
||||
METHOD(public_key_t, verify, bool,
|
||||
private_tkm_public_key_t *this, signature_scheme_t scheme,
|
||||
private_tkm_public_key_t *this, signature_scheme_t scheme, void *params,
|
||||
chunk_t data, chunk_t signature)
|
||||
{
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user