diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-07-07 15:30:25 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-07-07 22:58:42 +0200 |
commit | 526a6baff85ae1f891c5d9af4e2e20b5b0e547d1 (patch) | |
tree | 9279b2e12004319ca06103b1b9e0d675aeb59e35 /include/oox | |
parent | 7ba835ff5837290598d0b27c90a8abcfedf5b210 (diff) |
Use agile encryption with AES256 and SHA512 by default
Change-Id: I4dcf05a7018f8e15063a20512f4c0b673a62f1de
Reviewed-on: https://gerrit.libreoffice.org/57141
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/crypto/DocumentEncryption.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/crypto/DocumentEncryption.hxx b/include/oox/crypto/DocumentEncryption.hxx index 287e7db9e434..f3ae37ea099b 100644 --- a/include/oox/crypto/DocumentEncryption.hxx +++ b/include/oox/crypto/DocumentEncryption.hxx @@ -15,6 +15,7 @@ #include <com/sun/star/uno/Reference.hxx> #include <oox/crypto/Standard2007Engine.hxx> +#include <oox/crypto/AgileEngine.hxx> #include <rtl/ustring.hxx> namespace com { namespace sun { namespace star { |