From 89c2ce465266c755125a31d6487e01ed358d965a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 26 Apr 2017 10:44:14 -0400 Subject: Update docs to reflect a change that occured long ago with bindings (#3517) --- docs/development/c-bindings.rst | 7 ++++--- 1 file 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:: -- cgit v1.2.3