Thanks to visit codestin.com Credit goes to github.com
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 3e738f9 commit 142ec2cCopy full SHA for 142ec2c
1 file changed
Modules/_ssl.c
@@ -2819,9 +2819,9 @@ static PyMethodDef PySSL_methods[] = {
2819
PySSL_RAND_egd_doc},
2820
{"RAND_status", (PyCFunction)PySSL_RAND_status, METH_NOARGS,
2821
PySSL_RAND_status_doc},
2822
+#endif
2823
{"get_default_verify_paths", (PyCFunction)get_default_verify_paths,
2824
METH_NOARGS, PySSL_get_default_verify_paths_doc},
-#endif
2825
{NULL, NULL} /* Sentinel */
2826
};
2827
0 commit comments