From 9ec1b8f701988603c0018bc879832afd5174114f Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 8 Feb 2018 06:42:40 -0500 Subject: Remove cruft --- src/lib/tls/tls_extensions.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lib/tls/tls_extensions.h') diff --git a/src/lib/tls/tls_extensions.h b/src/lib/tls/tls_extensions.h index 27917a145..f87c07f2e 100644 --- a/src/lib/tls/tls_extensions.h +++ b/src/lib/tls/tls_extensions.h @@ -238,11 +238,6 @@ class Supported_Groups final : public Extension Handshake_Extension_Type type() const override { return static_type(); } - static std::string curve_id_to_name(uint16_t id); - static uint16_t name_to_curve_id(const std::string& name); - - static bool is_dh_group(const std::string& group_name); - std::vector ec_groups() const; std::vector dh_groups() const; -- cgit v1.2.3