From d46768c96082b4fd076506d7d3f0c03e61c59d51 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Fri, 1 Jun 2018 10:58:24 +0200 Subject: cpp: Add legacy_cipher_nomdc * lang/cpp/src/decryptionresult.cpp, lang/cpp/src/decryptionresult.h (DecryptionResult::isLegacyCipherNoMDC): New. -- --- lang/cpp/src/decryptionresult.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/cpp/src/decryptionresult.h') diff --git a/lang/cpp/src/decryptionresult.h b/lang/cpp/src/decryptionresult.h index c270223d..e4d542dd 100644 --- a/lang/cpp/src/decryptionresult.h +++ b/lang/cpp/src/decryptionresult.h @@ -87,6 +87,8 @@ public: Recipient recipient(unsigned int idx) const; std::vector recipients() const; + bool isLegacyCipherNoMDC() const; + private: class Private; void init(gpgme_ctx_t ctx); -- cgit v1.2.3