We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1119d commit f301d1dCopy full SHA for f301d1d
Release/src/websockets/client/ws_client_wspp.cpp
@@ -73,7 +73,9 @@ static struct ASIO_SSL_memory_leak_suppress
73
{
74
~ASIO_SSL_memory_leak_suppress()
75
76
+#if OPENSSL_VERSION_NUMBER < 0x10100000L
77
::SSL_COMP_free_compression_methods();
78
+#endif
79
}
80
} ASIO_SSL_memory_leak_suppressor;
81
0 commit comments