aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/engine.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-08-03 16:18:58 +0100
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-08-03 16:18:58 +0100
commita41a20e1f667c810d2789beae726764aac4d1c61 (patch)
treec5143eb2a43b64196fa5d0431b82f45e659b7c13 /src/_cffi_src/openssl/engine.py
parent7557bc0d61f218e20b3cfaa591ed410551331d49 (diff)
downloadcryptography-a41a20e1f667c810d2789beae726764aac4d1c61.tar.gz
cryptography-a41a20e1f667c810d2789beae726764aac4d1c61.tar.bz2
cryptography-a41a20e1f667c810d2789beae726764aac4d1c61.zip
remove openssl CONDITIONAL_NAMES
Diffstat (limited to 'src/_cffi_src/openssl/engine.py')
-rw-r--r--src/_cffi_src/openssl/engine.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/_cffi_src/openssl/engine.py b/src/_cffi_src/openssl/engine.py
index 5079fd69..011f6692 100644
--- a/src/_cffi_src/openssl/engine.py
+++ b/src/_cffi_src/openssl/engine.py
@@ -167,9 +167,3 @@ void (*ENGINE_load_cryptodev)(void) = NULL;
static const long Cryptography_HAS_ENGINE_CRYPTODEV = 1;
#endif
"""
-
-CONDITIONAL_NAMES = {
- "Cryptography_HAS_ENGINE_CRYPTODEV": [
- "ENGINE_load_cryptodev"
- ]
-}