diff options
Diffstat (limited to 'cryptography/hazmat/backends/openssl/crypto.py')
-rw-r--r-- | cryptography/hazmat/backends/openssl/crypto.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptography/hazmat/backends/openssl/crypto.py b/cryptography/hazmat/backends/openssl/crypto.py index 11e5f2f5..8d88c16e 100644 --- a/cryptography/hazmat/backends/openssl/crypto.py +++ b/cryptography/hazmat/backends/openssl/crypto.py @@ -40,3 +40,5 @@ void CRYPTO_malloc_debug_init(); CUSTOMIZATIONS = """ """ + +CONDITIONAL_NAMES = {} |