From 3b04e35e18fb9cb6436bc0e41462c59d488d16d9 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Sat, 19 Apr 2014 09:29:10 -0400 Subject: all the way --- OpenSSL/crypto.py | 4 ++-- doc/api/crypto.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py index 6e32ad1..380593b 100644 --- a/OpenSSL/crypto.py +++ b/OpenSSL/crypto.py @@ -351,8 +351,8 @@ def get_elliptic_curves(): they identify themselves. The curve objects are useful as values for the argument accepted by - :py:meth:`Context.set_tmp_ecdh_curve` to specify which elliptical curve - should be used for ECDHE key exchange. + :py:meth:`Context.set_tmp_ecdh` to specify which elliptical curve should be + used for ECDHE key exchange. """ return _EllipticCurve._get_elliptic_curves(_lib) diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst index 15f4662..b360e89 100644 --- a/doc/api/crypto.rst +++ b/doc/api/crypto.rst @@ -128,8 +128,8 @@ they identify themselves. The curve objects are useful as values for the argument accepted by - :py:meth:`Context.set_tmp_ecdh_curve` to specify which elliptical curve - should be used for ECDHE key exchange. + :py:meth:`Context.set_tmp_ecdh` to specify which elliptical curve should be + used for ECDHE key exchange. .. py:function:: get_elliptic_curve -- cgit v1.2.1