From 1fbaf0aac5000ca563a1ee2bb15ba6821a08e468 Mon Sep 17 00:00:00 2001 From: Igor Pavlov Date: Mon, 14 Dec 2009 00:00:00 +0000 Subject: 9.09 beta --- CPP/7zip/Archive/Zip/ZipAddCommon.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'CPP/7zip/Archive/Zip/ZipAddCommon.h') diff --git a/CPP/7zip/Archive/Zip/ZipAddCommon.h b/CPP/7zip/Archive/Zip/ZipAddCommon.h index 8f5b568d..e4c02db3 100755 --- a/CPP/7zip/Archive/Zip/ZipAddCommon.h +++ b/CPP/7zip/Archive/Zip/ZipAddCommon.h @@ -35,6 +35,7 @@ class CAddCommon CMyComPtr _copyCoder; CMyComPtr _compressEncoder; + Byte _compressExtractVersion; CFilterCoder *_cryptoStreamSpec; CMyComPtr _cryptoStream; @@ -42,10 +43,6 @@ class CAddCommon NCrypto::NZip::CEncoder *_filterSpec; NCrypto::NWzAes::CEncoder *_filterAesSpec; - CMyComPtr _zipCryptoFilter; - CMyComPtr _aesFilter; - - public: CAddCommon(const CCompressionMethodMode &options); HRESULT Compress( -- cgit v1.2.3