process SessionRequest and send SessionCreated for NTCP2

This commit is contained in:
orignal 2018-06-19 15:43:47 -04:00
parent 4351a2736c
commit b5682012d3
3 changed files with 123 additions and 15 deletions

View file

@ -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
{