aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-12 10:14:14 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-12 10:14:14 -0800
commite77386fdfb3409b5d2fa3f68cf4cf342c9304a9d (patch)
tree7ce4cc6d761b4c4a323af2231219ee9e53d28624
parent5ee0d327ef4d128c2d457911d123be4a86214141 (diff)
parent878adad8cb8879a0b1db995ebee42c7af028a680 (diff)
downloadcryptography-e77386fdfb3409b5d2fa3f68cf4cf342c9304a9d.tar.gz
cryptography-e77386fdfb3409b5d2fa3f68cf4cf342c9304a9d.tar.bz2
cryptography-e77386fdfb3409b5d2fa3f68cf4cf342c9304a9d.zip
Merge pull request #296 from reaperhulk/osx-openssl-ugh
remove two ENGINE_set_default_* functions default OS X OpenSSL lacks
-rw-r--r--cryptography/hazmat/bindings/openssl/engine.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cryptography/hazmat/bindings/openssl/engine.py b/cryptography/hazmat/bindings/openssl/engine.py
index 457fb042..1f377665 100644
--- a/cryptography/hazmat/bindings/openssl/engine.py
+++ b/cryptography/hazmat/bindings/openssl/engine.py
@@ -46,8 +46,6 @@ int ENGINE_set_default_DH(ENGINE *);
int ENGINE_set_default_RAND(ENGINE *);
int ENGINE_set_default_ciphers(ENGINE *);
int ENGINE_set_default_digests(ENGINE *);
-int ENGINE_set_default_pkey_meths(ENGINE *);
-int ENGINE_set_default_pkey_asn1_meths(ENGINE *);
"""
MACROS = """