aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libpathod/pathod.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpathod/pathod.py b/libpathod/pathod.py
index 240df7bd..001ab085 100644
--- a/libpathod/pathod.py
+++ b/libpathod/pathod.py
@@ -399,7 +399,6 @@ class PathodHandler(tcp.BaseHandler):
self.convert_to_ssl(
cert,
key,
- dhparams=self.server.ssloptions.certstore.dhparams,
handle_sni=self._handle_sni,
request_client_cert=self.server.ssloptions.request_client_cert,
cipher_list=self.server.ssloptions.ciphers,