VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Boot/Windows/BootCommon.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-09-13 00:16:14 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-09-13 01:15:13 +0200
commit7e73208e62b441f836f27433a4e297a0e07233b8 (patch)
treea7b059661a63639731654bad2ff2829da0f3cdba /src/Boot/Windows/BootCommon.h
parent22152878f883cb7d1e9ac56a5f59329afd26302b (diff)
downloadVeraCrypt-7e73208e62b441f836f27433a4e297a0e07233b8.tar.gz
VeraCrypt-7e73208e62b441f836f27433a4e297a0e07233b8.zip
Windows Bootloader: Fix Rescue Disk issue when Cascades and SHA256 used. It was caused by the bootloader becoming too big in this case with PIM implementation (larger than the limit of 31232 bytes). We also increase memory requirement for this case
Diffstat (limited to 'src/Boot/Windows/BootCommon.h')
-rw-r--r--src/Boot/Windows/BootCommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Boot/Windows/BootCommon.h b/src/Boot/Windows/BootCommon.h
index e8aa8218..48682fd6 100644
--- a/src/Boot/Windows/BootCommon.h
+++ b/src/Boot/Windows/BootCommon.h
@@ -17,7 +17,7 @@
#include "BootDefs.h"
// The user will be advised to upgrade the rescue disk if upgrading from the following or any previous version
-#define TC_RESCUE_DISK_UPGRADE_NOTICE_MAX_VERSION 0x0111
+#define TC_RESCUE_DISK_UPGRADE_NOTICE_MAX_VERSION 0x0113
#define TC_BOOT_LOADER_AREA_SIZE (TC_BOOT_LOADER_AREA_SECTOR_COUNT * TC_SECTOR_SIZE_BIOS)