mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
process SessionRequest and send SessionCreated for NTCP2
This commit is contained in:
parent
4351a2736c
commit
b5682012d3
3 changed files with 123 additions and 15 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <openssl/crypto.h>
|
||||
#include "TunnelBase.h"
|
||||
#include <openssl/ssl.h>
|
||||
#include "Crypto.h"
|
||||
#if LEGACY_OPENSSL
|
||||
#include "ChaCha20.h"
|
||||
#include "Poly1305.h"
|
||||
|
@ -16,7 +17,6 @@
|
|||
#endif
|
||||
#include "I2PEndian.h"
|
||||
#include "Log.h"
|
||||
#include "Crypto.h"
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue