Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pavlov <ipavlov@users.sourceforge.net>2016-05-23 03:00:00 +0300
committerKornel LesiƄski <kornel@geekhood.net>2016-05-28 02:17:00 +0300
commit1eddf527cacc149016ec987d554d3dfb52b69131 (patch)
tree1e9577086dd9b3461bc3f6727f7449b7fe45eced /CPP/7zip/Crypto/RarAes.h
parentbec3b479dcae1345a466ebe923989b0bd56fd5b6 (diff)
16.0216.02
Diffstat (limited to 'CPP/7zip/Crypto/RarAes.h')
-rw-r--r--CPP/7zip/Crypto/RarAes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/7zip/Crypto/RarAes.h b/CPP/7zip/Crypto/RarAes.h
index 083b4104..645da1af 100644
--- a/CPP/7zip/Crypto/RarAes.h
+++ b/CPP/7zip/Crypto/RarAes.h
@@ -24,7 +24,7 @@ class CDecoder:
Byte _salt[8];
bool _thereIsSalt;
bool _needCalc;
- bool _rar350Mode;
+ // bool _rar350Mode;
CByteBuffer _password;
@@ -44,7 +44,7 @@ public:
HRESULT SetDecoderProperties2(const Byte *data, UInt32 size);
CDecoder();
- void SetRar350Mode(bool rar350Mode) { _rar350Mode = rar350Mode; }
+ // void SetRar350Mode(bool rar350Mode) { _rar350Mode = rar350Mode; }
};
}}