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/AES/MyAES.h')
-rwxr-xr-xCPP/7zip/Crypto/AES/MyAES.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/CPP/7zip/Crypto/AES/MyAES.h b/CPP/7zip/Crypto/AES/MyAES.h
index ee1d2828..2e99f158 100755
--- a/CPP/7zip/Crypto/AES/MyAES.h
+++ b/CPP/7zip/Crypto/AES/MyAES.h
@@ -8,8 +8,8 @@
#include "../../ICoder.h"
-extern "C"
-{
+extern "C"
+{
#include "../../../../C/Aes.h"
}
@@ -19,7 +19,7 @@ class CAesCbcEncoder:
public ICompressFilter,
public ICryptoProperties,
public CMyUnknownImp
-{
+{
CAesCbc Aes;
public:
MY_UNKNOWN_IMP1(ICryptoProperties)
@@ -33,7 +33,7 @@ class CAesCbcDecoder:
public ICompressFilter,
public ICryptoProperties,
public CMyUnknownImp
-{
+{
CAesCbc Aes;
public:
MY_UNKNOWN_IMP1(ICryptoProperties)