1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-19 02:56:07 -05:00

Linux/MacOSX: change cascade encryption naming format in the UI as it was done on Windows.

This commit is contained in:
Mounir IDRASSI
2015-01-04 00:54:24 +01:00
parent 9a31c23881
commit cbc28bd4fe
6 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ namespace VeraCrypt
if (!ea->IsDeprecated())
{
BenchmarkResult result;
result.AlgorithmName = ea->GetName();
result.AlgorithmName = ea->GetName(true);
Buffer key (ea->GetKeySize());
ea->SetKey (key);