aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_policy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/tls/tls_policy.h')
-rw-r--r--src/lib/tls/tls_policy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tls/tls_policy.h b/src/lib/tls/tls_policy.h
index 209e814c2..5ce2840a8 100644
--- a/src/lib/tls/tls_policy.h
+++ b/src/lib/tls/tls_policy.h
@@ -429,7 +429,7 @@ class BOTAN_PUBLIC_API(2,0) BSI_TR_02102_2 : public Policy
std::vector<std::string> allowed_key_exchange_methods() const override
{
- return std::vector<std::string>({"ECDH", "DH", "ECDHE_PSK", "DHE_PSK"});
+ return std::vector<std::string>({"ECDH", "DH", "ECDHE_PSK" });
}
std::vector<std::string> allowed_signature_methods() const override