commit | bf82f57647ffa6a9c980a99c02f4c4be1bdbd644 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Wed Aug 11 22:40:44 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Wed Aug 11 22:40:44 2010 -0400 |
tree | 33e7b659900f2cc273978eba90d9bd924fa0e058 | |
parent | 997be7e5f0870d50531fb12eef067449ecdef962 [diff] |
Get rid of more PyCObject stuff on Py3
diff --git a/OpenSSL/crypto/crypto.h b/OpenSSL/crypto/crypto.h index 057b5dd..9b9663d 100644 --- a/OpenSSL/crypto/crypto.h +++ b/OpenSSL/crypto/crypto.h
@@ -63,7 +63,7 @@ #define crypto_API_pointers 8 -#ifdef crypto_MODULE +#if defined(PY3) || defined(crypto_MODULE) extern crypto_X509_New_RETURN crypto_X509_New crypto_X509_New_PROTO; extern crypto_X509Name_New_RETURN crypto_X509Name_New crypto_X509Name_New_PROTO;