1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Crypto: deprecate GOST89 so that it can't be used to create new volumes. Keep only for existing volumes.

This commit is contained in:
Mounir IDRASSI
2016-09-25 09:02:30 +02:00
parent 69c8c9d6c6
commit d18ecc1a37
2 changed files with 2 additions and 2 deletions

View File

@@ -298,7 +298,7 @@ namespace VeraCrypt
// GOST89
GOST89::GOST89 ()
GOST89::GOST89 () : Deprecated (true)
{
Ciphers.push_back (shared_ptr <Cipher> (new CipherGost89()));