private-key: Add optional parameters argument to sign() method
This commit is contained in:
@@ -341,7 +341,7 @@ METHOD(private_key_t, get_type, key_type_t,
|
||||
|
||||
METHOD(private_key_t, sign, bool,
|
||||
private_gmp_rsa_private_key_t *this, signature_scheme_t scheme,
|
||||
chunk_t data, chunk_t *signature)
|
||||
void *params, chunk_t data, chunk_t *signature)
|
||||
{
|
||||
switch (scheme)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user