aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl/_conditional.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-04-30 10:59:58 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-04-30 09:59:58 -0500
commitcb94281f5b788f583f5f8a5b689dc9dce321ff8e (patch)
tree40cdbd89a51edf6a11795ddee56674d8f0f77f57 /src/cryptography/hazmat/bindings/openssl/_conditional.py
parent0417d00d9ff1e19bc3ab67d39bdd18e1674768c1 (diff)
downloadcryptography-cb94281f5b788f583f5f8a5b689dc9dce321ff8e.tar.gz
cryptography-cb94281f5b788f583f5f8a5b689dc9dce321ff8e.tar.bz2
cryptography-cb94281f5b788f583f5f8a5b689dc9dce321ff8e.zip
Delete dead code and update a comment (#3529)
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index 8605477d..11e329e7 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -4,9 +4,9 @@
from __future__ import absolute_import, division, print_function
-# This is a temporary copy of all the CONDITIONAL_NAMES from _cffi_src so
-# we can loop over them and delete them at runtime. It will be removed when
-# cffi supports #if in cdef
+# This is a mapping of {condition: names-dependent-on-that-condition} so we can
+# loop over them and delete unsupported names at runtime. It will be removed
+# when cffi supports #if in cdef.
CONDITIONAL_NAMES = {
"Cryptography_HAS_CMS": [