diff options
author | Andre Heinecke <[email protected]> | 2018-06-01 08:58:24 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2018-06-01 08:58:24 +0000 |
commit | d46768c96082b4fd076506d7d3f0c03e61c59d51 (patch) | |
tree | 42a6084d3f3b6dd64af7b8f2f24141c73d5c23c9 /lang/cpp/src/decryptionresult.h | |
parent | core: New context flag "ignore-mdc-error". (diff) | |
download | gpgme-d46768c96082b4fd076506d7d3f0c03e61c59d51.tar.gz gpgme-d46768c96082b4fd076506d7d3f0c03e61c59d51.zip |
cpp: Add legacy_cipher_nomdc
* lang/cpp/src/decryptionresult.cpp, lang/cpp/src/decryptionresult.h
(DecryptionResult::isLegacyCipherNoMDC): New.
--
Diffstat (limited to 'lang/cpp/src/decryptionresult.h')
-rw-r--r-- | lang/cpp/src/decryptionresult.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<Recipient> recipients() const; + bool isLegacyCipherNoMDC() const; + private: class Private; void init(gpgme_ctx_t ctx); |