Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 142ec2c

Browse files
committed
get_default_verify_paths doesn't belong inside the ifdef block
1 parent 3e738f9 commit 142ec2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2819,9 +2819,9 @@ static PyMethodDef PySSL_methods[] = {
28192819
PySSL_RAND_egd_doc},
28202820
{"RAND_status", (PyCFunction)PySSL_RAND_status, METH_NOARGS,
28212821
PySSL_RAND_status_doc},
2822+
#endif
28222823
{"get_default_verify_paths", (PyCFunction)get_default_verify_paths,
28232824
METH_NOARGS, PySSL_get_default_verify_paths_doc},
2824-
#endif
28252825
{NULL, NULL} /* Sentinel */
28262826
};
28272827

0 commit comments

Comments
 (0)