Added TunnelConfig.cpp. Removed CryptoWroker.h

This commit is contained in:
orignal 2020-10-22 21:06:23 -04:00
parent d65a282e9d
commit 57d6c7a3b3
5 changed files with 123 additions and 181 deletions

View file

@ -85,6 +85,7 @@ set(LIBI2PD_SRC
"${LIBI2PD_SRC_DIR}/TunnelEndpoint.cpp"
"${LIBI2PD_SRC_DIR}/TunnelGateway.cpp"
"${LIBI2PD_SRC_DIR}/TunnelPool.cpp"
"${LIBI2PD_SRC_DIR}/TunnelConfig.cpp"
"${LIBI2PD_SRC_DIR}/util.cpp"
)