From 878adad8cb8879a0b1db995ebee42c7af028a680 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 12 Dec 2013 11:20:33 -0600 Subject: remove two ENGINE_set_default_* functions default OS X OpenSSL lacks --- cryptography/hazmat/bindings/openssl/engine.py | 2 -- 1 file changed, 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 = """ -- cgit v1.2.3