]> the.earth.li Git - onak.git/blobdiff - keydb_keyring.c
Add support for a key fingerprint blacklist
[onak.git] / keydb_keyring.c
index 0b865b57efb6554c7489b87b08fac03061869b16..e3f8584a05df3c492e768679fd59921d773f8081 100644 (file)
@@ -222,7 +222,9 @@ static int keyring_iterate_keys(struct onak_dbctx *dbctx,
 }
 
 static int keyring_update_keys(struct onak_dbctx *dbctx,
-                struct openpgp_publickey **keys, bool sendsync)
+               struct openpgp_publickey **keys,
+               struct keyarray *blacklist,
+               bool sendsync)
 {
        return 0;
 }