commit | 6e2b6856817d722a67c09b9b0a8629194159a1eb | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sat Oct 24 14:04:30 2009 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sat Oct 24 14:04:30 2009 -0400 |
tree | 57e2b89ef28cae3bf22efc94f32be3eaa786f31f | |
parent | 357889080f132bf9855838f8fa07841e0890f0d3 [diff] [blame] |
remove pre-2.5 warning with PyObject_GetAttrString; reformat some braces
diff --git a/src/ssl/connection.c b/src/ssl/connection.c index d11e899..1c59ff3 100755 --- a/src/ssl/connection.c +++ b/src/ssl/connection.c
@@ -840,8 +840,7 @@ "; static PyObject * -ssl_Connection_get_client_ca_list(ssl_ConnectionObj *self, PyObject *args) -{ +ssl_Connection_get_client_ca_list(ssl_ConnectionObj *self, PyObject *args) { STACK_OF(X509_NAME) *CANames; PyObject *CAList; int i, n;