aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl/_conditional.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-06-19 10:41:49 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-06-19 09:41:49 -0500
commit69e0cb798eca2337bf86812ae5a745ccf9f1600c (patch)
treef52e6b70b04f983ccd5565c5457df75eb1fd13ca /src/cryptography/hazmat/bindings/openssl/_conditional.py
parent741b2316b0bfaa107c009659dd4731602471f442 (diff)
downloadcryptography-69e0cb798eca2337bf86812ae5a745ccf9f1600c.tar.gz
cryptography-69e0cb798eca2337bf86812ae5a745ccf9f1600c.tar.bz2
cryptography-69e0cb798eca2337bf86812ae5a745ccf9f1600c.zip
Remove 0.9.8isms from CMS code. (#2997)
CMS is 'cryptographic message syntax', and not 'centers for medicaid and medicare', fyi
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index 40ec98fe..90c57f18 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -48,11 +48,6 @@ CONDITIONAL_NAMES = {
"CMS_USE_KEYID",
"CMS_DEBUG_DECRYPT",
],
- "Cryptography_HAS_CMS_BIO_FUNCTIONS": [
- "BIO_new_CMS",
- "i2d_CMS_bio_stream",
- "PEM_write_bio_CMS_stream",
- ],
"Cryptography_HAS_EC": [
"OPENSSL_EC_NAMED_CURVE",
"EC_GROUP_new",