diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-06-10 10:48:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-10 10:48:53 (GMT) |
commit | 911068e250ee2b0847ca78d9ff527e0d6bf94551 (patch) | |
tree | 40594f874d6a8c8fead396d81ae82dd6d284c757 /Modules/_ssl.c | |
parent | 0b7629cd846e3e160ac07cafc4e97644024f11b8 (diff) | |
download | cpython-911068e250ee2b0847ca78d9ff527e0d6bf94551.zip cpython-911068e250ee2b0847ca78d9ff527e0d6bf94551.tar.gz cpython-911068e250ee2b0847ca78d9ff527e0d6bf94551.tar.bz2 |
[3.6] Regenerate Argument Clinic code for bpo-19180. (GH-2073). (#2077)
(cherry picked from commit 5f31d5cf6efa8c304d352e34f9f2a1ed0074298e)
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 a421fc0..0fffaac 100644 --- a/Modules/_ssl.c +++ b/Modules/_ssl.c @@ -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; |