summaryrefslogtreecommitdiffstats
path: root/Modules/_ssl/clinic/cert.c.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_ssl/clinic/cert.c.h')
-rw-r--r--Modules/_ssl/clinic/cert.c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/_ssl/clinic/cert.c.h b/Modules/_ssl/clinic/cert.c.h
index a052ab2..e284226 100644
--- a/Modules/_ssl/clinic/cert.c.h
+++ b/Modules/_ssl/clinic/cert.c.h
@@ -59,7 +59,7 @@ _ssl_Certificate_public_bytes(PySSLCertificate *self, PyObject *const *args, Py_
if (!noptargs) {
goto skip_optional_pos;
}
- format = _PyLong_AsInt(args[0]);
+ format = PyLong_AsInt(args[0]);
if (format == -1 && PyErr_Occurred()) {
goto exit;
}
@@ -86,4 +86,4 @@ _ssl_Certificate_get_info(PySSLCertificate *self, PyObject *Py_UNUSED(ignored))
{
return _ssl_Certificate_get_info_impl(self);
}
-/*[clinic end generated code: output=82efada014f9b7fe input=a9049054013a1b77]*/
+/*[clinic end generated code: output=72e2bb139c64546c input=a9049054013a1b77]*/