Update docs to reflect a change that occured long ago with bindings (#3517)

diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst
index d76154d..9388958 100644
--- a/docs/development/c-bindings.rst
+++ b/docs/development/c-bindings.rst
@@ -88,9 +88,10 @@
 
 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::