public-key: Add optional parameters argument to verify() method
This commit is contained in:
@@ -227,7 +227,8 @@ METHOD(enumerator_t, enumerate, bool,
|
||||
if (key)
|
||||
{
|
||||
chunk = info->attributes->get_encoding(info->attributes);
|
||||
if (key->verify(key, scheme, chunk, info->encrypted_digest))
|
||||
if (key->verify(key, scheme, NULL, chunk,
|
||||
info->encrypted_digest))
|
||||
{
|
||||
this->auth = auth->clone(auth);
|
||||
key->destroy(key);
|
||||
|
||||
Reference in New Issue
Block a user