diff options
author | Jack Lloyd <[email protected]> | 2018-02-19 15:13:57 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-02-19 15:13:57 -0500 |
commit | 67c6704457f49da06f97464f145bf9a9f1367055 (patch) | |
tree | 13aeb88bb89b756556449573a9fbbd1ba0d3daac /src/lib | |
parent | bf337951e36f1be8f64f4ea2aa3d401cfb591f6d (diff) |
Add missing overrides [ci skip]
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/tls/tls_policy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tls/tls_policy.h b/src/lib/tls/tls_policy.h index 615e1674b..c409379de 100644 --- a/src/lib/tls/tls_policy.h +++ b/src/lib/tls/tls_policy.h @@ -462,7 +462,7 @@ class BOTAN_PUBLIC_API(2,0) Text_Policy : public Policy std::vector<std::string> allowed_signature_methods() const override; - std::vector<Group_Params> key_exchange_groups() const; + std::vector<Group_Params> key_exchange_groups() const override; bool use_ecc_point_compression() const override; |