Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server_wss.hpp')
-rw-r--r--server_wss.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_wss.hpp b/server_wss.hpp
index db1aed6..7e21ef3 100644
--- a/server_wss.hpp
+++ b/server_wss.hpp
@@ -5,7 +5,7 @@
#include <algorithm>
#include <openssl/ssl.h>
-#ifdef USE_STANDALONE_ASIO
+#ifdef ASIO_STANDALONE
#include <asio/ssl.hpp>
#else
#include <boost/asio/ssl.hpp>