mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Linux/MacOSX: mark RIPEMD-160 as deprecated like it's the case on Windows. It will no more be available for the creation of volumes.
This commit is contained in:
@@ -41,6 +41,7 @@ namespace VeraCrypt
|
||||
// RIPEMD-160
|
||||
Ripemd160::Ripemd160 ()
|
||||
{
|
||||
Deprecated = true; // Mark RIPEMD-160 as deprecated like on Windows.
|
||||
Context.Allocate (sizeof (RMD160_CTX));
|
||||
Init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user