aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-10-14 23:39:29 +0000
committerlloyd <[email protected]>2014-10-14 23:39:29 +0000
commit6c77c2fd9b59ad063a1ef6020ef5976647eab0f9 (patch)
treee3b8520a2648269645087a5979d6850334c23675 /doc
parentb5e4c9f963399b4dcb90ffa523cf5185334dd03f (diff)
Correct documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/tls.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/tls.rst b/doc/manual/tls.rst
index a5627e747..e85b9a816 100644
--- a/doc/manual/tls.rst
+++ b/doc/manual/tls.rst
@@ -567,7 +567,7 @@ be negotiated during a handshake.
Default: True if a known TLS version. DTLS is not accepted by default;
to enable DTLS (or combined TLS/DTLS) in your application, override this
- function.
+ function. SSLv3 is also rejected by default.
.. cpp:function:: bool server_uses_own_ciphersuite_preferences() const