aboutsummaryrefslogtreecommitdiff
path: root/ports/cpprestsdk/0003_openssl_110.patch
blob: b2b361187e96d4cc8194bf8b79cc5b55cf88fca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/Release/src/websockets/client/ws_client_wspp.cpp b/Release/src/websockets/client/ws_client_wspp.cpp
index 9f91d68..4b5d506 100644
--- a/Release/src/websockets/client/ws_client_wspp.cpp
+++ b/Release/src/websockets/client/ws_client_wspp.cpp
@@ -76,7 +76,9 @@ static struct ASIO_SSL_memory_leak_suppress
 {
     ~ASIO_SSL_memory_leak_suppress()
     {
+#if OPENSSL_VERSION_NUMBER < 0x10100000L
         ::SSL_COMP_free_compression_methods();
+#endif
     }
 } ASIO_SSL_memory_leak_suppressor;