summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/signing.h
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-22 02:01:06 +0200
committerDan McGee <dan@archlinux.org>2011-04-24 17:48:33 +0200
commit31e55b8049ed001a993441f3efc8ffebdf360061 (patch)
treeef01f59eed8cdbf5d5e9f76c1500b9ef30ed67e9 /lib/libalpm/signing.h
parenta7d33d0c36420462b3de5c7e2f8327ddbda2a129 (diff)
downloadpacman-31e55b8049ed001a993441f3efc8ffebdf360061.tar.gz
pacman-31e55b8049ed001a993441f3efc8ffebdf360061.tar.xz
signing: let GPGME handle loading signatures from files
Rather than go through all the hassle of doing this ourselves, just let GPGME handle the work by passing it a file handle. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/signing.h')
-rw-r--r--lib/libalpm/signing.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/signing.h b/lib/libalpm/signing.h
index a378fa50..5976cf2a 100644
--- a/lib/libalpm/signing.h
+++ b/lib/libalpm/signing.h
@@ -32,7 +32,6 @@ struct __pmpgpsig_t {
};
int _alpm_gpgme_checksig(const char *path, const pmpgpsig_t *sig);
-int _alpm_load_signature(const char *sigfile, pmpgpsig_t *pgpsig);
pgp_verify_t _alpm_db_get_sigverify_level(pmdb_t *db);
#endif /* _ALPM_SIGNING_H */