Import ProxyHandshake into beast

This commit is contained in:
Vinnie Falco
2013-08-10 03:24:32 -07:00
parent e187e7e282
commit 95ec3f4db5
9 changed files with 51 additions and 21 deletions

View File

@@ -239,8 +239,6 @@ static const uint64 tenTo17m1 = tenTo17 - 1;
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
#include "network/ripple_ProxyHandshake.h" // private?
//------------------------------------------------------------------------------
#if ! defined (RIPPLE_MAIN_PART) || RIPPLE_MAIN_PART == 1
@@ -328,7 +326,6 @@ 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