aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-06-03 15:03:02 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2016-06-03 15:03:02 -0700
commit3c224b8ad7520ce8a521ef0094b86469363b8e87 (patch)
tree67fbe49f1596d0a0c8a59d1d0eaf830456113716 /src/cryptography/hazmat/bindings/openssl
parent13e9c4ce99578fe5959b3c8093d8fbf194eeba5d (diff)
downloadcryptography-3c224b8ad7520ce8a521ef0094b86469363b8e87.tar.gz
cryptography-3c224b8ad7520ce8a521ef0094b86469363b8e87.tar.bz2
cryptography-3c224b8ad7520ce8a521ef0094b86469363b8e87.zip
A few more 1.1.0 compatibility changes (#2960)
* remove some bindings we don't use * thread state is not required
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index 6851b97f..18bb54b6 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -184,9 +184,6 @@ CONDITIONAL_NAMES = {
"Cryptography_HAS_ENGINE_CRYPTODEV": [
"ENGINE_load_cryptodev"
],
- "Cryptography_HAS_REMOVE_THREAD_STATE": [
- "ERR_remove_thread_state"
- ],
"Cryptography_HAS_098H_ERROR_CODES": [
"ASN1_F_B64_READ_ASN1",
"ASN1_F_B64_WRITE_ASN1",