summaryrefslogtreecommitdiff
path: root/security/gpa/files/patch-src_gpacontext.h
blob: 7b7d6eba5dc66a49fc525ff86cbb08894c79a984 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
The trustlist feature, which only worked for a short period in 2003, was
removed in GpgME 2.0.0.

--- src/gpacontext.h.orig	2018-10-16 19:58:08 UTC
+++ src/gpacontext.h
@@ -63,7 +63,6 @@ struct _GpaContextClass {
   void (*start) (GpaContext *context);
   void (*done) (GpaContext *context, gpg_error_t err);
   void (*next_key) (GpaContext *context, gpgme_key_t key);
-  void (*next_trust_item) (GpaContext *context, gpgme_trust_item_t item);
   void (*progress) (GpaContext *context, int current, int total);
 };