mirror of
https://github.com/python/cpython.git
synced 2025-09-01 22:47:59 +00:00
Try to fix some buildbot failures on test_ssl
This commit is contained in:
parent
a09dc9e38a
commit
67e8e5633e
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue