summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2017-10-07 21:37:05 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2017-12-10 22:38:25 -0800
commitcdfce5a328a59bc9bb51428be0585715546c4634 (patch)
tree390f7c7e36fbdfae53f4349bb647c64aa783aae8 /README.md
parent9cb126c64759fd1294df5cfd4e16dcf938d40743 (diff)
downloadrabbitmq-c-cdfce5a328a59bc9bb51428be0585715546c4634.tar.gz
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
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