mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01: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:
parent
ad4af09d88
commit
2c96d17748
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user