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 '7zip/Crypto/7zAES/7zAES.h')
-rwxr-xr-x7zip/Crypto/7zAES/7zAES.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/7zip/Crypto/7zAES/7zAES.h b/7zip/Crypto/7zAES/7zAES.h
index e455b6c8..f312f7e6 100755
--- a/7zip/Crypto/7zAES/7zAES.h
+++ b/7zip/Crypto/7zAES/7zAES.h
@@ -15,13 +15,11 @@
#include "../../Archive/Common/CoderLoader.h"
#endif
-// {23170F69-40C1-278B-0601-810000000100}
-DEFINE_GUID(CLSID_CCrypto_AES256_Encoder,
-0x23170F69, 0x40C1, 0x278B, 0x06, 0x01, 0x81, 0x00, 0x00, 0x00, 0x01, 0x00);
+DEFINE_GUID(CLSID_CCrypto_AES_CBC_Encoder,
+0x23170F69, 0x40C1, 0x278B, 0x06, 0x01, 0xC1, 0x00, 0x00, 0x00, 0x01, 0x00);
-// {23170F69-40C1-278B-0601-810000000000}
-DEFINE_GUID(CLSID_CCrypto_AES256_Decoder,
-0x23170F69, 0x40C1, 0x278B, 0x06, 0x01, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00);
+DEFINE_GUID(CLSID_CCrypto_AES_CBC_Decoder,
+0x23170F69, 0x40C1, 0x278B, 0x06, 0x01, 0xC1, 0x00, 0x00, 0x00, 0x00, 0x00);
namespace NCrypto {
namespace NSevenZ {