mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 16:07:10 -06:00
Update to 7-Zip Version 21.02
This commit is contained in:
@@ -51,7 +51,12 @@ public:
|
||||
STDMETHOD(Init)();
|
||||
STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size);
|
||||
|
||||
virtual ~CCipher() {}
|
||||
virtual ~CCipher()
|
||||
{
|
||||
Key0 = KeyMem0 =
|
||||
Key1 = KeyMem1 =
|
||||
Key2 = KeyMem2 = 0;
|
||||
}
|
||||
};
|
||||
|
||||
class CEncoder: public CCipher
|
||||
|
||||
Reference in New Issue
Block a user