commit | b6d7525aefde1ba13186ef4e85da51eff15b1c58 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Wed Aug 11 23:55:45 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Wed Aug 11 23:55:45 2010 -0400 |
tree | faf9a1f8da1e4a57da3a24991cba69f75c12f86a | |
parent | dfcebfcf90c39caeb33f8044e17ca5de730c2e65 [diff] [blame] |
fix module init return values and type initializers and unicode/bytes conversions
diff --git a/OpenSSL/ssl/connection.c b/OpenSSL/ssl/connection.c index 9c981c6..0289876 100755 --- a/OpenSSL/ssl/connection.c +++ b/OpenSSL/ssl/connection.c
@@ -1349,7 +1349,7 @@ } PyTypeObject ssl_Connection_Type = { - PyVarObject_HEAD_INIT(&PyType_Type, 0) + PyOpenSSL_HEAD_INIT(&PyType_Type, 0) "OpenSSL.SSL.Connection", sizeof(ssl_ConnectionObj), 0,