VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.c
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2024-08-11 01:24:14 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2024-08-11 01:24:14 +0200
commit81f7d9997cdc43995145e8ad1de5358674d5261d (patch)
tree00afe0dbc31a34a0ae7987c6ae9901d9f07e905b /src/Common/Dlgcode.c
parentd0fdc29d25ab3abe245a4076969536c84d04cef2 (diff)
downloadVeraCrypt-81f7d9997cdc43995145e8ad1de5358674d5261d.tar.gz
VeraCrypt-81f7d9997cdc43995145e8ad1de5358674d5261d.zip
Revert changes mistakenly included in previous commit
Diffstat (limited to 'src/Common/Dlgcode.c')
-rw-r--r--src/Common/Dlgcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c
index d49ca788..488b050f 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)