Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Modules/_ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -4480,7 +4480,7 @@ string. See RFC 4086.

static PyObject *
_ssl_RAND_add_impl(PyObject *module, Py_buffer *view, double entropy)
/*[clinic end generated code: output=e6dd48df9c9024e9 input=580c85e6a3a4fe29]*/
/*[clinic end generated code: output=e6dd48df9c9024e9 input=5c33017422828f5c]*/
{
const char *buf;
Py_ssize_t len, written;
Expand Down
2 changes: 1 addition & 1 deletion Modules/clinic/_ssl.c.h
Original file line number Diff line number Diff line change
Expand Up @@ -1168,4 +1168,4 @@ _ssl_enum_crls(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kw
#ifndef _SSL_ENUM_CRLS_METHODDEF
#define _SSL_ENUM_CRLS_METHODDEF
#endif /* !defined(_SSL_ENUM_CRLS_METHODDEF) */
/*[clinic end generated code: output=a859b21fe68a6115 input=a9049054013a1b77]*/
/*[clinic end generated code: output=56cead8610faa505 input=a9049054013a1b77]*/