mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fixes asio tls client config name
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
namespace websocketpp {
|
||||
namespace config {
|
||||
|
||||
struct asio_tls : public core_client {
|
||||
typedef asio_tls type;
|
||||
struct asio_tls_client : public core_client {
|
||||
typedef asio_tls_client type;
|
||||
|
||||
typedef core_client::concurrency_type concurrency_type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user