Try to fix some buildbot failures on test_ssl

This commit is contained in:
Antoine Pitrou 2010-09-01 20:55:41 +00:00
parent a09dc9e38a
commit 67e8e5633e
1 changed files with 1 additions and 0 deletions

View File

@ -1581,6 +1581,7 @@ load_cert_chain(PySSLContext *self, PyObject *args, PyObject *kwds)
int r;
errno = 0;
ERR_clear_error();
if (!PyArg_ParseTupleAndKeywords(args, kwds,
"O|O:load_cert_chain", kwlist,
&certfile, &keyfile))