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/context.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/cpp/src/context.cpp') diff --git a/lang/cpp/src/context.cpp b/lang/cpp/src/context.cpp index 62cad206..564cff58 100644 --- a/lang/cpp/src/context.cpp +++ b/lang/cpp/src/context.cpp @@ -1420,6 +1420,7 @@ std::ostream &operator<<(std::ostream &os, KeyListMode mode) CHECK(Signatures); CHECK(Validate); CHECK(Ephemeral); + CHECK(WithTofu); #undef CHECK return os << ')'; } -- cgit