commit | 3e4e33562d6f06ebe1205bd03425a9cc772a92d9 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Sat Apr 19 09:28:28 2014 -0400 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Sat Apr 19 09:28:28 2014 -0400 |
tree | 26e0eff50bebbb6e8e4fd091a88619bbf4f45b16 | |
parent | d5839e2a950d475b518023b23dee06862aa5ba77 [diff] [blame] |
Mirror the OpenSSL API as is our idiom.
diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst index 9016e98..a75af1f 100644 --- a/doc/api/ssl.rst +++ b/doc/api/ssl.rst
@@ -317,7 +317,7 @@ Load parameters for Ephemeral Diffie-Hellman from *dhfile*. -.. py:method:: Context.set_tmp_ecdh_curve(curve) +.. py:method:: Context.set_tmp_ecdh(curve) Select a curve to use for ECDHE key exchange.