commit | 142ec2c0149995c8d2299eaf6eccec9c69d6110b | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Sun Jun 09 18:29:54 2013 +0200 |
committer | Christian Heimes <christian@cheimes.de> | Sun Jun 09 18:29:54 2013 +0200 |
tree | 3848923d9bfe588bf052e073250c53a8ce9e7951 | |
parent | 3e738f97f8c8526fe620caa19d83561946ff4aef [diff] [blame] |
get_default_verify_paths doesn't belong inside the ifdef block
diff --git a/Modules/_ssl.c b/Modules/_ssl.c index f4cd38b..999dd09 100644 --- a/Modules/_ssl.c +++ b/Modules/_ssl.c
@@ -2819,9 +2819,9 @@ 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 */ };