Split tunnel-specific crypto from aes.h/cpp.

This commit is contained in:
EinMByte 2015-07-30 17:27:47 +02:00
parent d9bb09780f
commit 9597917183
9 changed files with 410 additions and 385 deletions

View file

@ -31,6 +31,7 @@ set (COMMON_SRC
"${CMAKE_SOURCE_DIR}/tunnel/TunnelGateway.cpp"
"${CMAKE_SOURCE_DIR}/tunnel/TunnelEndpoint.cpp"
"${CMAKE_SOURCE_DIR}/tunnel/TunnelPool.cpp"
"${CMAKE_SOURCE_DIR}/tunnel/TunnelCrypto.cpp"
"${CMAKE_SOURCE_DIR}/AddressBook.cpp"
"${CMAKE_SOURCE_DIR}/Garlic.cpp"
"${CMAKE_SOURCE_DIR}/I2NPProtocol.cpp"