aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/tls.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-03-28 06:37:19 -0400
committerJack Lloyd <[email protected]>2018-03-28 06:37:19 -0400
commit52de4a3a3de858952e6601f045679ed0fad6a262 (patch)
tree39987318fe6825713302334a7964e673944f1a95 /doc/manual/tls.rst
parent7fa27c17bf58ddfb944f51f01ddec003071bf54f (diff)
Remove duplicate doc for tls_decode_group_param
Diffstat (limited to 'doc/manual/tls.rst')
-rw-r--r--doc/manual/tls.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/manual/tls.rst b/doc/manual/tls.rst
index aadc0353a..3587558c7 100644
--- a/doc/manual/tls.rst
+++ b/doc/manual/tls.rst
@@ -148,11 +148,6 @@ information about the connection.
This callback is optional, and can be used to examine extensions sent by
the peer.
- .. std::string tls_decode_group_param(Group_Params group_param)
-
- This callback is optional. It can be used to support custom group ids for
- ECDH and DH key exchange.
-
.. cpp:function:: void tls_log_error(const char* msg)
Optional logging for an error message. (Not currently used)