Skip to content

Commit 46d033a

Browse files
committed
Update clinic file
1 parent 4109a33 commit 46d033a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4623,7 +4623,7 @@ _ssl._SSLContext.load_cert_chain
46234623
static PyObject *
46244624
_ssl__SSLContext_load_cert_chain_impl(PySSLContext *self, PyObject *certfile,
46254625
PyObject *keyfile, PyObject *password)
4626-
/*[clinic end generated code: output=9480bc1c380e2095 input=6c7c5e8b73e4264b]*/
4626+
/*[clinic end generated code: output=9480bc1c380e2095 input=30bc7e967ea01a58]*/
46274627
{
46284628
PyObject *certfile_bytes = NULL, *keyfile_bytes = NULL;
46294629
_PySSLPasswordInfo pw_info = { NULL, NULL, NULL, 0, 0 };

0 commit comments

Comments
 (0)