diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-06-10 10:13:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-10 10:13:51 (GMT) |
commit | 5f31d5cf6efa8c304d352e34f9f2a1ed0074298e (patch) | |
tree | a23ef3b471469e5eaa96c7845e523b4f96bd551c /Modules/_ssl.c | |
parent | 171b9a354e816eebc6d4c3a8553303942e9c5025 (diff) | |
download | cpython-5f31d5cf6efa8c304d352e34f9f2a1ed0074298e.zip cpython-5f31d5cf6efa8c304d352e34f9f2a1ed0074298e.tar.gz cpython-5f31d5cf6efa8c304d352e34f9f2a1ed0074298e.tar.bz2 |
Regenerate Argument Clinic code for bpo-19180. (#2073)
Diffstat (limited to 'Modules/_ssl.c')
-rw-r--r-- | Modules/_ssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ssl.c b/Modules/_ssl.c index 9077d0a..a79a747 100644 --- a/Modules/_ssl.c +++ b/Modules/_ssl.c @@ -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; |