mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Move placement of lzma.
This commit is contained in:
17
3rdparty/lzma/CPP/7zip/Crypto/7zAesRegister.cpp
vendored
Normal file
17
3rdparty/lzma/CPP/7zip/Crypto/7zAesRegister.cpp
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// 7zAesRegister.cpp
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "../Common/RegisterCodec.h"
|
||||
|
||||
#include "7zAes.h"
|
||||
|
||||
namespace NCrypto {
|
||||
namespace N7z {
|
||||
|
||||
REGISTER_FILTER_E(_7zAES,
|
||||
CDecoder,
|
||||
CEncoder,
|
||||
0x6F10701, "7zAES")
|
||||
|
||||
}}
|
||||
Reference in New Issue
Block a user