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 | |
parent | 171b9a354e816eebc6d4c3a8553303942e9c5025 (diff) | |
download | cpython-5f31d5cf6efa8c304d352e34f9f2a1ed0074298e.zip cpython-5f31d5cf6efa8c304d352e34f9f2a1ed0074298e.tar.gz cpython-5f31d5cf6efa8c304d352e34f9f2a1ed0074298e.tar.bz2 |
Regenerate Argument Clinic code for bpo-19180. (#2073)
-rw-r--r-- | Modules/_ssl.c | 2 | ||||
-rw-r--r-- | Modules/clinic/_ssl.c.h | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/Modules/clinic/_ssl.c.h b/Modules/clinic/_ssl.c.h index ece3088..32894a9 100644 --- a/Modules/clinic/_ssl.c.h +++ b/Modules/clinic/_ssl.c.h @@ -1180,4 +1180,4 @@ exit: #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]*/ |