File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ if (NOT CPPREST_EXCLUDE_WEBSOCKETS)
217217 " _SSL_LEAK_SUPPRESS_AVAILABLE)
218218 if (NOT _SSL_LEAK_SUPPRESS_AVAILABLE)
219219 # libressl doesn't ship with the cleanup method being used in ws_client_wspp
220- add_definitions (-D_NO_SSL_LEAK_SUPPRESS )
220+ add_definitions (-DCPPREST_NO_SSL_LEAK_SUPPRESS )
221221 endif ()
222222endif ()
223223
Original file line number Diff line number Diff line change 5757// but this function is unaccessible from the application code as OpenSSL is
5858// statically linked into the C++ REST SDK DLL. So, just to be nice, call it
5959// here ourselves -- even if the real problem is in ASIO (up to v1.60.0).
60- #if defined(_WIN32) && !defined(NDEBUG) && !defined(_NO_SSL_LEAK_SUPPRESS )
60+ #if defined(_WIN32) && !defined(NDEBUG) && !defined(CPPREST_NO_SSL_LEAK_SUPPRESS )
6161
6262#include < openssl/ssl.h>
6363static struct ASIO_SSL_memory_leak_suppress
You can’t perform that action at this time.
0 commit comments