From d18ecc1a37b5f83d70b204f0bcb097fb8525314f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 25 Sep 2016 09:02:30 +0200 Subject: Crypto: deprecate GOST89 so that it can't be used to create new volumes. Keep only for existing volumes. --- src/Volume/EncryptionAlgorithm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Volume/EncryptionAlgorithm.cpp') 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 (new CipherGost89())); -- cgit v1.2.3