summaryrefslogtreecommitdiff
path: root/OpenSSL/SSL.py
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL/SSL.py')
-rw-r--r--OpenSSL/SSL.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/SSL.py b/OpenSSL/SSL.py
index a4b66ed..ec49c27 100644
--- a/OpenSSL/SSL.py
+++ b/OpenSSL/SSL.py
@@ -597,7 +597,7 @@ class Context(object):
_lib.SSL_CTX_set_tmp_dh(self._context, dh)
- def set_tmp_ecdh_curve(self, curve):
+ def set_tmp_ecdh(self, curve):
"""
Select a curve to use for ECDHE key exchange.