1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-13 08:17:00 -05:00

Remove SM4 support!

This commit is contained in:
Mounir IDRASSI
2025-05-18 18:31:39 +09:00
parent ec0fa4f482
commit 44a9f8bcff
89 changed files with 22 additions and 1097 deletions
@@ -100,8 +100,6 @@ namespace VeraCrypt
EncryptionAlgorithmStaticText->SetLabel (LangString["CAMELLIA_HELP"]);
else if (typeid (*ea) == typeid (Kuznyechik))
EncryptionAlgorithmStaticText->SetLabel (LangString["KUZNYECHIK_HELP"]);
else if (typeid (*ea) == typeid (SM4))
EncryptionAlgorithmStaticText->SetLabel (LangString["SM4_HELP"]);
else
EncryptionAlgorithmStaticText->SetLabel (L"");
}
-4
View File
@@ -1304,10 +1304,6 @@ namespace VeraCrypt
{
url = L"Kuznyechik.html";
}
else if (linkId == L"sm4")
{
url = L"SM4.html";
}
else if (linkId == L"cascades")
{
url = L"Cascades.html";