Skip to content

Commit 81f7d99

Browse files
committed
Revert changes mistakenly included in previous commit
1 parent d0fdc29 commit 81f7d99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Common/Dlgcode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ BOOL VerifyModuleSignature (const wchar_t* path)
861861

862862
// we check our own authenticode signature only starting from Windows 10 since this is
863863
// the minimal supported OS apart from XP where we can't verify SHA256 signatures
864-
//if (!IsOSAtLeast (WIN_10))
864+
if (!IsOSAtLeast (WIN_10))
865865
return TRUE;
866866

867867
// Strip quotation marks (if any)

src/VeraCrypt.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ Global
453453
{8B7F059F-E4C7-4E11-88F5-EE8B8433072E}.All CustomEFI|Win32.Build.0 = Release|Win32
454454
{8B7F059F-E4C7-4E11-88F5-EE8B8433072E}.All CustomEFI|x64.ActiveCfg = Release|Win32
455455
{8B7F059F-E4C7-4E11-88F5-EE8B8433072E}.All Debug|Win32.ActiveCfg = Release|Win32
456+
{8B7F059F-E4C7-4E11-88F5-EE8B8433072E}.All Debug|Win32.Build.0 = Release|Win32
456457
{8B7F059F-E4C7-4E11-88F5-EE8B8433072E}.All Debug|x64.ActiveCfg = Release Loader|Win32
457458
{8B7F059F-E4C7-4E11-88F5-EE8B8433072E}.All_SkipOsDriverReqCheck|Win32.ActiveCfg = Release|Win32
458459
{8B7F059F-E4C7-4E11-88F5-EE8B8433072E}.All_SkipOsDriverReqCheck|x64.ActiveCfg = Release|Win32

0 commit comments

Comments
 (0)