diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-08-11 01:22:24 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-08-11 01:22:24 +0200 |
commit | d0fdc29d25ab3abe245a4076969536c84d04cef2 (patch) | |
tree | 855e0844257652c22aa4af08baf4744418ac9834 /src/Common/Dlgcode.c | |
parent | 90ec08d1894fff15bd80c213ab557d6cf79ee6b1 (diff) | |
download | VeraCrypt-d0fdc29d25ab3abe245a4076969536c84d04cef2.tar.gz VeraCrypt-d0fdc29d25ab3abe245a4076969536c84d04cef2.zip |
Fix typo of "CPLC" is language files including English one.
Diffstat (limited to 'src/Common/Dlgcode.c')
-rw-r--r-- | src/Common/Dlgcode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index 488b050f..d49ca788 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -861,7 +861,7 @@ BOOL VerifyModuleSignature (const wchar_t* path) // we check our own authenticode signature only starting from Windows 10 since this is // the minimal supported OS apart from XP where we can't verify SHA256 signatures - if (!IsOSAtLeast (WIN_10)) + //if (!IsOSAtLeast (WIN_10)) return TRUE; // Strip quotation marks (if any) |