diff options
Diffstat (limited to 'src/Volume')
-rw-r--r-- | src/Volume/EncryptionAlgorithm.cpp | 2 |
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())); |