From 79fd1086d0a7a797d186607c0b7dcc28a4fbd978 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 20 Oct 2015 10:32:11 +0200 Subject: Remove redundant function definitions from docs [ci skip] --- doc/manual/tls.rst | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'doc/manual') 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 -- cgit v1.2.3