summaryrefslogtreecommitdiffstats
path: root/other-licenses/7zstub/src/CPP/7zip/Crypto/7zAesRegister.cpp
blob: c0b20609398788747487169a82f5063ab663ecc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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")

}}