Commit 5f31d5cf authored by Serhiy Storchaka's avatar Serhiy Storchaka Committed by GitHub

Regenerate Argument Clinic code for bpo-19180. (#2073)

parent 171b9a35
...@@ -4445,7 +4445,7 @@ string. See RFC 4086. ...@@ -4445,7 +4445,7 @@ string. See RFC 4086.
static PyObject * static PyObject *
_ssl_RAND_add_impl(PyObject *module, Py_buffer *view, double entropy) _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; const char *buf;
Py_ssize_t len, written; Py_ssize_t len, written;
......
...@@ -1180,4 +1180,4 @@ exit: ...@@ -1180,4 +1180,4 @@ exit:
#ifndef _SSL_ENUM_CRLS_METHODDEF #ifndef _SSL_ENUM_CRLS_METHODDEF
#define _SSL_ENUM_CRLS_METHODDEF #define _SSL_ENUM_CRLS_METHODDEF
#endif /* !defined(_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]*/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment