From cdfce5a328a59bc9bb51428be0585715546c4634 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Sat, 7 Oct 2017 21:37:05 -0700 Subject: ssl: Make thread-safety unconditional in rabbitmq-c Remove the option to disable thread-safety in the parts of rabbitmq-c that use OpenSSL, making it a requirement for thread-safety to use SSL with rabbitmq-c. The existing #ifdef's are a source of additional complexity and the non-thread-safe version is not well tested. --- README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bfc5c45..5255315 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,6 @@ Other interesting flags that can be passed to CMake: find the XmlTo utility. * `ENABLE_SSL_SUPPORT=ON/OFF` toggles building rabbitmq-c with SSL support. By default this is ON if the OpenSSL headers and library can be found. -* `ENABLE_THREAD_SAFETY=ON/OFF` toggles OpenSSL thread-safety. By default this - is ON * `BUILD_API_DOCS=ON/OFF` - toggles building the Doxygen API documentation, by default this is OFF -- cgit v1.2.1