mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Replace TrueCrypt references in added sources and resources by VeraCrypt ones.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace TrueCrypt
|
||||
static int ExceptionToErrorCode ();
|
||||
static const char *GetControlPath () { return "/control"; }
|
||||
static const char *GetVolumeImagePath ();
|
||||
static string GetDeviceType () { return "truecrypt"; }
|
||||
static string GetDeviceType () { return "veracrypt"; }
|
||||
static uid_t GetGroupId () { return GroupId; }
|
||||
static uid_t GetUserId () { return UserId; }
|
||||
static shared_ptr <Buffer> GetVolumeInfo ();
|
||||
|
||||
Reference in New Issue
Block a user