aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/c-bindings.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-04-26 10:44:14 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-04-26 09:44:14 -0500
commit89c2ce465266c755125a31d6487e01ed358d965a (patch)
treed9972cd9aa1e698067b1cddb5fdc33ea7671b5f9 /docs/development/c-bindings.rst
parent82393f9579bdd3a1758594a9237d3a757d15b3ea (diff)
downloadcryptography-89c2ce465266c755125a31d6487e01ed358d965a.tar.gz
cryptography-89c2ce465266c755125a31d6487e01ed358d965a.tar.bz2
cryptography-89c2ce465266c755125a31d6487e01ed358d965a.zip
Update docs to reflect a change that occured long ago with bindings (#3517)
Diffstat (limited to 'docs/development/c-bindings.rst')
-rw-r--r--docs/development/c-bindings.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst
index d76154d5..9388958a 100644
--- a/docs/development/c-bindings.rst
+++ b/docs/development/c-bindings.rst
@@ -88,9 +88,10 @@ Adding constant, types, functions...
You can create bindings for any name that exists in some version of
the library you're binding against. However, the project also has to
-keep supporting older versions of the library. In order to achieve
-this, binding modules have ``CUSTOMIZATIONS`` and
-``CONDITIONAL_NAMES`` constants.
+keep supporting older versions of the library. In order to achieve this,
+binding modules have a ``CUSTOMIZATIONS`` constant, and there is a
+``CONDITIONAL_NAMES`` constants in
+``src/cryptography/hazmat/bindings/openssl/_conditional.py``.
Let's say you want to enable quantum transmogrification. The upstream
library implements this as the following API::