Commit ef31a00e authored by Serhiy Storchaka's avatar Serhiy Storchaka

Merge heads

parents 362c1b51 60bf2fc2
......@@ -721,7 +721,7 @@ _get_peer_alt_names (X509 *certificate) {
int i, j;
PyObject *peer_alt_names = Py_None;
PyObject *v, *t;
PyObject *v = NULL, *t;
X509_EXTENSION *ext = NULL;
GENERAL_NAMES *names = NULL;
GENERAL_NAME *name;
......
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