mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57:48 +02:00
Added TunnelConfig.cpp. Removed CryptoWroker.h
This commit is contained in:
parent
d65a282e9d
commit
57d6c7a3b3
5 changed files with 123 additions and 181 deletions
|
@ -60,6 +60,7 @@ SOURCES += DaemonQT.cpp mainwindow.cpp \
|
|||
../../libi2pd/TunnelEndpoint.cpp \
|
||||
../../libi2pd/TunnelGateway.cpp \
|
||||
../../libi2pd/TunnelPool.cpp \
|
||||
../../libi2pd/TunnelConfig.cpp \
|
||||
../../libi2pd/util.cpp \
|
||||
../../libi2pd/Elligator.cpp \
|
||||
../../libi2pd/ECIESX25519AEADRatchetSession.cpp \
|
||||
|
@ -104,7 +105,6 @@ HEADERS += DaemonQT.h mainwindow.h \
|
|||
../../libi2pd/CPU.h \
|
||||
../../libi2pd/Crypto.h \
|
||||
../../libi2pd/CryptoKey.h \
|
||||
../../libi2pd/CryptoWorker.h \
|
||||
../../libi2pd/Datagram.h \
|
||||
../../libi2pd/Destination.h \
|
||||
../../libi2pd/Ed25519.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue