diff options
Diffstat (limited to 'src/file_ecryptfs.c')
-rw-r--r-- | src/file_ecryptfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/file_ecryptfs.c b/src/file_ecryptfs.c index 4faf4eb..a43b9a4 100644 --- a/src/file_ecryptfs.c +++ b/src/file_ecryptfs.c @@ -37,7 +37,6 @@ static int header_check_ecryptfs(const unsigned char *buffer, const unsigned int const file_hint_t file_hint_ecryptfs= { .extension="eCryptfs", .description="Encrypted file by eCryptfs", - .min_header_distance=0, .max_filesize=PHOTOREC_MAX_FILE_SIZE, .recover=1, .enable_by_default=1, |