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