Merge heads

This commit is contained in:
Serhiy Storchaka 2013-09-05 17:30:56 +03:00
commit 2984f2bcf6
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,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;