We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e9c1a commit 4b55d22Copy full SHA for 4b55d22
1 file changed
Modules/_ssl.c
@@ -1187,7 +1187,7 @@ _create_tuple_for_attribute(_sslmodulestate *state,
1187
}
1188
1189
static PyObject *
1190
-_create_tuple_for_X509_NAME (_sslmodulestate *state, const X509_NAME *xname)
+_create_tuple_for_X509_NAME(_sslmodulestate *state, const X509_NAME *xname)
1191
{
1192
PyObject *dn = NULL; /* tuple which represents the "distinguished name" */
1193
PyObject *rdn = NULL; /* tuple to hold a "relative distinguished name" */
0 commit comments