VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Volume
diff options
context:
space:
mode:
Diffstat (limited to 'src/Volume')
-rw-r--r--src/Volume/EncryptionAlgorithm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Volume/EncryptionAlgorithm.cpp b/src/Volume/EncryptionAlgorithm.cpp
index 119b5539..df8afec5 100644
--- a/src/Volume/EncryptionAlgorithm.cpp
+++ b/src/Volume/EncryptionAlgorithm.cpp
@@ -298,7 +298,7 @@ namespace VeraCrypt
// GOST89
- GOST89::GOST89 ()
+ GOST89::GOST89 () : Deprecated (true)
{
Ciphers.push_back (shared_ptr <Cipher> (new CipherGost89()));