diff options
Diffstat (limited to 'src/lib/tls/tls_version.h')
-rw-r--r-- | src/lib/tls/tls_version.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/tls/tls_version.h b/src/lib/tls/tls_version.h index 9fd71b629..2e2969fbf 100644 --- a/src/lib/tls/tls_version.h +++ b/src/lib/tls/tls_version.h @@ -82,13 +82,6 @@ class BOTAN_DLL Protocol_Version std::string to_string() const; /** - * If this version is known, return that. Otherwise return the - * best (most recent) version we know of. - * @return best matching protocol version - */ - Protocol_Version best_known_match() const; - - /** * @return true iff this is a DTLS version */ bool is_datagram_protocol() const; |