mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
get_default_verify_paths doesn't belong inside the ifdef block
This commit is contained in:
parent
3e738f97f8
commit
142ec2c014
1 changed files with 1 additions and 1 deletions
|
|
@ -2819,9 +2819,9 @@ static PyMethodDef PySSL_methods[] = {
|
||||||
PySSL_RAND_egd_doc},
|
PySSL_RAND_egd_doc},
|
||||||
{"RAND_status", (PyCFunction)PySSL_RAND_status, METH_NOARGS,
|
{"RAND_status", (PyCFunction)PySSL_RAND_status, METH_NOARGS,
|
||||||
PySSL_RAND_status_doc},
|
PySSL_RAND_status_doc},
|
||||||
|
#endif
|
||||||
{"get_default_verify_paths", (PyCFunction)get_default_verify_paths,
|
{"get_default_verify_paths", (PyCFunction)get_default_verify_paths,
|
||||||
METH_NOARGS, PySSL_get_default_verify_paths_doc},
|
METH_NOARGS, PySSL_get_default_verify_paths_doc},
|
||||||
#endif
|
|
||||||
{NULL, NULL} /* Sentinel */
|
{NULL, NULL} /* Sentinel */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue