Skip to content

Commit

Permalink
Regenerate Argument Clinic code for bpo-19180. (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka committed Jun 10, 2017
1 parent 171b9a3 commit 5f31d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/_ssl.c
Expand Up @@ -4445,7 +4445,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
Expand Up @@ -1180,4 +1180,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=2ab0e4fdb2d2acbc input=a9049054013a1b77]*/
/*[clinic end generated code: output=30284eec805dbdf8 input=a9049054013a1b77]*/

0 comments on commit 5f31d5c

Please sign in to comment.