diff options
Diffstat (limited to 'src/Volume/EncryptionAlgorithm.cpp')
-rw-r--r-- | src/Volume/EncryptionAlgorithm.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Volume/EncryptionAlgorithm.cpp b/src/Volume/EncryptionAlgorithm.cpp index df8afec5..79e27fe0 100644 --- a/src/Volume/EncryptionAlgorithm.cpp +++ b/src/Volume/EncryptionAlgorithm.cpp @@ -298,8 +298,10 @@ namespace VeraCrypt // GOST89 - GOST89::GOST89 () : Deprecated (true) + GOST89::GOST89 () { + Deprecated = true; + Ciphers.push_back (shared_ptr <Cipher> (new CipherGost89())); SupportedModes.push_back (shared_ptr <EncryptionMode> (new EncryptionModeXTS ())); |