From 9e1e128b14dd51de4e036a8002d2cad40efaaf54 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 16 Sep 2015 01:17:03 +0200 Subject: Windows: Add functionality to verify Rescue Disk ISO image file. --- src/Common/BootEncryption.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/BootEncryption.h') diff --git a/src/Common/BootEncryption.h b/src/Common/BootEncryption.h index eb546de2..c3eb3362 100644 --- a/src/Common/BootEncryption.h +++ b/src/Common/BootEncryption.h @@ -203,6 +203,7 @@ namespace VeraCrypt bool SystemPartitionCoversWholeDrive (); bool SystemDriveIsDynamic (); bool VerifyRescueDisk (); + bool VerifyRescueDiskIsoImage (const char* imageFile); void WipeHiddenOSCreationConfig (); void WriteBootDriveSector (uint64 offset, byte *data); void WriteBootSectorConfig (const byte newConfig[]); -- cgit v1.2.3