Commit 44aa0f58 authored by Antoine Pitrou's avatar Antoine Pitrou

Try to fix some buildbot failures on test_ssl

parent 593958ae
...@@ -1581,6 +1581,7 @@ load_cert_chain(PySSLContext *self, PyObject *args, PyObject *kwds) ...@@ -1581,6 +1581,7 @@ load_cert_chain(PySSLContext *self, PyObject *args, PyObject *kwds)
int r; int r;
errno = 0; errno = 0;
ERR_clear_error();
if (!PyArg_ParseTupleAndKeywords(args, kwds, if (!PyArg_ParseTupleAndKeywords(args, kwds,
"O|O:load_cert_chain", kwlist, "O|O:load_cert_chain", kwlist,
&certfile, &keyfile)) &certfile, &keyfile))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment