Skip to content

Commit

Permalink
get_default_verify_paths doesn't belong inside the ifdef block
Browse files Browse the repository at this point in the history
  • Loading branch information
tiran committed Jun 9, 2013
1 parent 3e738f9 commit 142ec2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/_ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2819,9 +2819,9 @@ static PyMethodDef PySSL_methods[] = {
PySSL_RAND_egd_doc},
{"RAND_status", (PyCFunction)PySSL_RAND_status, METH_NOARGS,
PySSL_RAND_status_doc},
#endif
{"get_default_verify_paths", (PyCFunction)get_default_verify_paths,
METH_NOARGS, PySSL_get_default_verify_paths_doc},
#endif
{NULL, NULL} /* Sentinel */
};

Expand Down

0 comments on commit 142ec2c

Please sign in to comment.