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/RarAES/RarAES.h')
-rwxr-xr-x7zip/Crypto/RarAES/RarAES.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/7zip/Crypto/RarAES/RarAES.h b/7zip/Crypto/RarAES/RarAES.h
index 086a82f2..4b435b5e 100755
--- a/7zip/Crypto/RarAES/RarAES.h
+++ b/7zip/Crypto/RarAES/RarAES.h
@@ -11,6 +11,9 @@
#include "Common/Types.h"
#include "Common/Buffer.h"
+DEFINE_GUID(CLSID_CCrypto_AES_CBC_Decoder,
+0x23170F69, 0x40C1, 0x278B, 0x06, 0x01, 0xC1, 0x00, 0x00, 0x00, 0x00, 0x00);
+
namespace NCrypto {
namespace NRar29 {