lib: remove xhp argument from xbps_pubkey2fp
This commit is contained in:
@@ -655,7 +655,11 @@ xbps_repo_key_import(struct xbps_repo *repo)
|
||||
rv = EINVAL;
|
||||
goto out;
|
||||
}
|
||||
hexfp = xbps_pubkey2fp(repo->xhp, pubkey);
|
||||
hexfp = xbps_pubkey2fp(pubkey);
|
||||
if (hexfp == NULL) {
|
||||
rv = EINVAL;
|
||||
goto out;
|
||||
}
|
||||
/*
|
||||
* Check if the public key is alredy stored.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user