aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/tls.rst
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-10-20 10:32:11 +0200
committerSimon Warta <[email protected]>2015-10-20 16:51:39 +0200
commit79fd1086d0a7a797d186607c0b7dcc28a4fbd978 (patch)
treef06cbe3c50bc8151120ad2f25615d860efd57459 /doc/manual/tls.rst
parentc7b309d425d397b66888fdb8fe17d868e4d4d80b (diff)
Remove redundant function definitions from docs
[ci skip]
Diffstat (limited to 'doc/manual/tls.rst')
-rw-r--r--doc/manual/tls.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/manual/tls.rst b/doc/manual/tls.rst
index 90426d296..4226f3694 100644
--- a/doc/manual/tls.rst
+++ b/doc/manual/tls.rst
@@ -748,16 +748,6 @@ The ``TLS::Protocol_Version`` class represents a specific version:
``TLS_V10``, ``TLS_V11``, ``TLS_V12``, ``DTLS_V10``, ``DTLS_V12``
- .. cpp:function:: static Protocol_Version latest_tls_version()
-
- Returns the latest version of TLS supported by this implementation
- (currently TLS v1.2)
-
- .. cpp:function:: static Protocol_Version latest_dtls_version()
-
- Returns the latest version of DTLS supported by this implementation
- (currently DTLS v1.2)
-
.. cpp:function:: Protocol_Version(Version_Code named_version)
Create a specific version