diff options
Diffstat (limited to 'libtdenetwork/gpgmepp/context_p.h')
-rw-r--r-- | libtdenetwork/gpgmepp/context_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdenetwork/gpgmepp/context_p.h b/libtdenetwork/gpgmepp/context_p.h index 5d44ba7c..c6f2da8e 100644 --- a/libtdenetwork/gpgmepp/context_p.h +++ b/libtdenetwork/gpgmepp/context_p.h @@ -43,7 +43,7 @@ namespace GpgME { KeyGen = 0x080, KeyList = 0x100, - TrustList = 0x200, // gpgme_trustlist_result_t, but nevertheless... + NOT_USED = 0x200, // was TrustList, no more used GetAuditLog = 0x1000 // no gpgme_getauditlog_result_t, but nevertheless... }; |