From f311b92ceaedb12c9e00a722b6b47bbe6b50871e Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Thu, 25 Aug 2016 16:17:46 +0200 Subject: cpp: Add WithTofu Keylist Mode * lang/cpp/src/context.cpp: Handle WithTofu. * lang/cpp/src/global.h (KeyListMode): Add WithTofu. * lang/cpp/src/util.h (add_to_gpgme_keylist_mode_t): Handle WithTofu. --- lang/cpp/src/global.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/cpp/src/global.h') diff --git a/lang/cpp/src/global.h b/lang/cpp/src/global.h index 3f12323a..15cc027c 100644 --- a/lang/cpp/src/global.h +++ b/lang/cpp/src/global.h @@ -61,7 +61,8 @@ enum KeyListMode { Signatures = 0x4, SignatureNotations = 0x8, Validate = 0x10, - Ephemeral = 0x20 + Ephemeral = 0x20, + WithTofu = 0x40 }; enum SignatureMode { NormalSignatureMode, Detached, Clearsigned }; -- cgit v1.2.3