X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=keydb_hkp.c;h=46fceb8dc230811a9c320ba44cead2d722fbf34f;hp=3ec46a4f2cf7b9e9bb40ca1e806961727fa40370;hb=5cb163e87c7f0717aa94ca281a56e572c2a6c8f3;hpb=fd9ca85878543771a7f09afd821a5a5511e71aea diff --git a/keydb_hkp.c b/keydb_hkp.c index 3ec46a4..46fceb8 100644 --- a/keydb_hkp.c +++ b/keydb_hkp.c @@ -271,13 +271,13 @@ static int hkp_store_key(struct onak_dbctx *dbctx, /** * delete_key - Given a keyid delete the key from storage. - * @keyid: The keyid to delete. + * @fp: The fingerprint of the key to delete. * @intrans: If we're already in a transaction. * * No op for HKP. */ static int hkp_delete_key(struct onak_dbctx *dbctx, - uint64_t keyid, bool intrans) + struct openpgp_fingerprint *fp, bool intrans) { return -1; }