aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl/_conditional.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-06-18 13:07:57 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-06-18 14:07:57 -0400
commit40c6bf654c71fa72dc62fadf5a013bc3e6fb391c (patch)
treef5229a800f4e8b7b3a9a40db69477cfc38555d93 /src/cryptography/hazmat/bindings/openssl/_conditional.py
parente7111c33457928cc95318fb13a680d84dc9b6f60 (diff)
downloadcryptography-40c6bf654c71fa72dc62fadf5a013bc3e6fb391c.tar.gz
cryptography-40c6bf654c71fa72dc62fadf5a013bc3e6fb391c.tar.bz2
cryptography-40c6bf654c71fa72dc62fadf5a013bc3e6fb391c.zip
remove unneeded AES conditionals now that we no longer support 0.9.8 (#2985)
* remove unneeded AES conditionals now that we no longer support 0.9.8 * This comment was inaccurate. EVP AES CTR is available in 1.0.1+, not 1.0.0. * update function definition to match 1.0.0 and move to functions
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index bdfeca91..1e8f99cd 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -9,10 +9,6 @@ from __future__ import absolute_import, division, print_function
# cffi supports #if in cdef
CONDITIONAL_NAMES = {
- "Cryptography_HAS_AES_WRAP": [
- "AES_wrap_key",
- "AES_unwrap_key",
- ],
"Cryptography_HAS_CMAC": [
"CMAC_CTX_new",
"CMAC_Init",