Rename to ripple_WSHandler

This commit is contained in:
Vinnie Falco
2013-07-09 18:20:19 -07:00
parent 747131137b
commit 0bfe5fc3a6
5 changed files with 12 additions and 12 deletions

View File

@@ -4,8 +4,8 @@
*/
//==============================================================================
#ifndef __WSHANDLER__
#define __WSHANDLER__
#ifndef RIPPLE_WSHANDLER_H_INCLUDED
#define RIPPLE_WSHANDLER_H_INCLUDED
extern void initSSLContext (boost::asio::ssl::context& context,
std::string key_file, std::string cert_file, std::string chain_file);