diff options
Diffstat (limited to 'lang/cpp/src/context.h')
-rw-r--r-- | lang/cpp/src/context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h index 3c3544d2..d66344ce 100644 --- a/lang/cpp/src/context.h +++ b/lang/cpp/src/context.h @@ -449,6 +449,7 @@ public: ThrowKeyIds = 64, EncryptWrap = 128, WantAddress = 256, + EncryptArchive = 512 }; EncryptionResult encrypt(const std::vector<Key> &recipients, const Data &plainText, Data &cipherText, EncryptionFlags flags); GpgME::Error encryptSymmetrically(const Data &plainText, Data &cipherText); |