From b3bdf14b37a313c21de61168e5e7545ab08fea13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Thu, 2 Feb 2023 09:56:22 +0100 Subject: cpp: Update decryption flags * lang/cpp/src/context.h (DecryptArchive): New flag. -- This flag corresponds to the GPGME_DECRYPT_ARCHIVE flag in gpgme. GnuPG-bug-id: 6342 --- lang/cpp/src/context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/cpp/src') diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h index d66344ce..17a82de0 100644 --- a/lang/cpp/src/context.h +++ b/lang/cpp/src/context.h @@ -370,6 +370,7 @@ public: // Keep in line with core's flags DecryptNone = 0, DecryptVerify = 1, + DecryptArchive = 2, DecryptUnwrap = 128, DecryptMaxValue = 0x80000000 }; -- cgit v1.2.3