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:
Diffstat (limited to 'CPP/7zip/Crypto/WzAES/WzAES.h')
-rwxr-xr-xCPP/7zip/Crypto/WzAES/WzAES.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/CPP/7zip/Crypto/WzAES/WzAES.h b/CPP/7zip/Crypto/WzAES/WzAES.h
index c27bd326..81ca3f4c 100755
--- a/CPP/7zip/Crypto/WzAES/WzAES.h
+++ b/CPP/7zip/Crypto/WzAES/WzAES.h
@@ -21,13 +21,6 @@ specified in password Based File Encryption Utility:
#include "../../ICoder.h"
#include "../../IPassword.h"
-#ifndef CRYPTO_AES
-#include "../../Archive/Common/CoderLoader.h"
-#endif
-
-DEFINE_GUID(CLSID_CCrypto_AES_ECB_Encoder,
-0x23170F69, 0x40C1, 0x278B, 0x06, 0x01, 0xC0, 0x00, 0x00, 0x00, 0x01, 0x00);
-
namespace NCrypto {
namespace NWzAES {
@@ -71,9 +64,6 @@ protected:
void EncryptData(Byte *data, UInt32 size);
- #ifndef CRYPTO_AES
- CCoderLibrary _aesLibrary;
- #endif
CMyComPtr<ICompressFilter> _aesFilter;
HRESULT CreateFilters();