From 6ef41abdd2122c36d9387cc4bbdbcfc81315b94b Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 11 Jul 2015 01:48:52 +0200 Subject: Use Pim name for internal variables instead of the old name Pin --- src/Common/Apidrvr.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Common/Apidrvr.h') diff --git a/src/Common/Apidrvr.h b/src/Common/Apidrvr.h index b61370c7..ee40aa8a 100644 --- a/src/Common/Apidrvr.h +++ b/src/Common/Apidrvr.h @@ -104,8 +104,8 @@ typedef struct int ProtectedHidVolPkcs5Prf; BOOL bTrueCryptMode; uint32 BytesPerPhysicalSector; - int VolumePin; - int ProtectedHidVolPin; + int VolumePim; + int ProtectedHidVolPim; } MOUNT_STRUCT; typedef struct @@ -145,7 +145,7 @@ typedef struct unsigned __int64 totalBytesWritten; int hiddenVolProtection; /* Hidden volume protection status (e.g. HIDVOL_PROT_STATUS_NONE, HIDVOL_PROT_STATUS_ACTIVE, etc.) */ int volFormatVersion; - int volumePin; + int volumePim; } VOLUME_PROPERTIES_STRUCT; typedef struct @@ -244,7 +244,7 @@ typedef struct { Password VolumePassword; int pkcs5_prf; - int pin; + int pim; } ReopenBootVolumeHeaderRequest; -- cgit v1.2.3