Make sure UWS_NO_ZLIB, LIBUS_NO_SSL works

This commit is contained in:
Alex Hultman
2019-01-05 00:52:45 +01:00
parent c953d2b2bb
commit 4f3c031c39
2 changed files with 9 additions and 7 deletions
+2
View File
@@ -44,6 +44,8 @@
#define us_create_child_ssl_socket_context us_create_child_socket_context
#define us_ssl_socket_shutdown us_socket_shutdown
#define us_ssl_socket_context_free us_socket_context_free
/* This is the only differing function - time to fix! */
#define us_create_ssl_socket_context(l, e, o) us_create_socket_context(l, e)
#endif
namespace uWS {