Export NTFS_EFS string

edge.strict_endians
Yura Pakhuchiy 2007-08-22 18:53:17 +03:00
parent 6df32ed1ab
commit 391929cff3
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,8 @@
#ifndef _NTFS_CRYPTO_H
#define _NTFS_CRYPTO_H
extern ntfschar NTFS_EFS[5];
/*
* This is our Big Secret (TM) structure, so do not allow anyone even read it
* values. ;-) In fact, it is private because exist only in libntfs version

View File

@ -134,7 +134,7 @@ typedef struct {
gcry_cipher_hd_t gcry_cipher_hd;
} ntfs_desx_ctx;
static ntfschar NTFS_EFS[5] = {
ntfschar NTFS_EFS[5] = {
const_cpu_to_le16('$'), const_cpu_to_le16('E'), const_cpu_to_le16('F'),
const_cpu_to_le16('S'), const_cpu_to_le16(0)
};