mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 20:52:30 +02:00
Split tunnel-specific crypto from aes.h/cpp.
This commit is contained in:
parent
d9bb09780f
commit
9597917183
9 changed files with 410 additions and 385 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue