X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb.h;h=6c1bcf55dc17d65dec79030a64dbdccc536f0cc8;hb=5cb3cfdb9d8caa6d7a4a1979c50c46896957b934;hp=50f969a303831c5f8cbc27c77d5eb0568f40f29a;hpb=ec3fd8971e87c82b2768b5b9dcbcd569edc3259b;p=onak.git diff --git a/keydb.h b/keydb.h index 50f969a..6c1bcf5 100644 --- a/keydb.h +++ b/keydb.h @@ -81,8 +81,7 @@ struct onak_dbctx { * are using. */ int (*fetch_key_fp)(struct onak_dbctx *, - uint8_t *fp, - size_t fpsize, + struct openpgp_fingerprint *fingerprint, struct openpgp_publickey **publickey, bool intrans);