diff options
author | Jack Lloyd <[email protected]> | 2018-03-28 06:37:19 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-03-28 06:37:19 -0400 |
commit | 52de4a3a3de858952e6601f045679ed0fad6a262 (patch) | |
tree | 39987318fe6825713302334a7964e673944f1a95 /doc/manual/tls.rst | |
parent | 7fa27c17bf58ddfb944f51f01ddec003071bf54f (diff) |
Remove duplicate doc for tls_decode_group_param
Diffstat (limited to 'doc/manual/tls.rst')
-rw-r--r-- | doc/manual/tls.rst | 5 |
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) |