Add ProxyHandshake

This commit is contained in:
Vinnie Falco
2013-07-31 14:19:12 -07:00
parent ea4c0aa8a2
commit f37edb0873
8 changed files with 537 additions and 18 deletions

View File

@@ -239,6 +239,8 @@ static const uint64 tenTo17m1 = tenTo17 - 1;
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
#include "network/ripple_ProxyHandshake.h" // private?
//------------------------------------------------------------------------------
#if ! defined (RIPPLE_MAIN_PART) || RIPPLE_MAIN_PART == 1
@@ -326,6 +328,7 @@ static DH* handleTmpDh (SSL* ssl, int is_export, int iKeyLength)
#include "tx/Transactor.cpp"
#include "network/WSConnection.cpp"
#include "network/WSDoor.cpp"
#include "network/ripple_ProxyHandshake.cpp"
#endif