diff options
author | Jack Lloyd <[email protected]> | 2018-02-08 06:42:40 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-02-13 07:48:56 -0500 |
commit | 9ec1b8f701988603c0018bc879832afd5174114f (patch) | |
tree | 1bd28ecca6bfe104ae0a6fb92b1a3d3d049e2ea8 /src/lib/tls/tls_extensions.h | |
parent | b558340da83e2fadc14ac25eb95d3bbac5c973a6 (diff) |
Remove cruft
Diffstat (limited to 'src/lib/tls/tls_extensions.h')
-rw-r--r-- | src/lib/tls/tls_extensions.h | 5 |
1 files changed, 0 insertions, 5 deletions
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<Group_Params> ec_groups() const; std::vector<Group_Params> dh_groups() const; |