mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +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;
|
||||
|
||||
errno = 0;
|
||||
ERR_clear_error();
|
||||
if (!PyArg_ParseTupleAndKeywords(args, kwds,
|
||||
"O|O:load_cert_chain", kwlist,
|
||||
&certfile, &keyfile))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue