private-key: Add optional parameters argument to sign() method
This commit is contained in:
@@ -151,7 +151,7 @@ static bool build_der_signature(private_openssl_ec_private_key_t *this,
|
||||
|
||||
METHOD(private_key_t, sign, bool,
|
||||
private_openssl_ec_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