From edc9f36322e44bc0b164cf27ca03cf970ef48091 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 31 May 2014 23:09:24 +0200 Subject: Replace TrueCrypt references in added sources and resources by VeraCrypt ones. --- src/Driver/Fuse/FuseService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Driver/Fuse') diff --git a/src/Driver/Fuse/FuseService.h b/src/Driver/Fuse/FuseService.h index 5ff2dd72..e81567ea 100644 --- a/src/Driver/Fuse/FuseService.h +++ b/src/Driver/Fuse/FuseService.h @@ -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 GetVolumeInfo (); -- cgit v1.2.3