summaryrefslogtreecommitdiffstats
path: root/Modules/clinic
diff options
context:
space:
mode:
authorChandan Kumar <chkumar246@users.noreply.github.com>2017-06-09 09:43:58 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2017-06-09 09:43:58 (GMT)
commit63c2c8ac17750ba2be2cfc4e339cae1f4edee54f (patch)
tree6796905974555c26c1530fcbe1014596263a5be5 /Modules/clinic
parent59fdf0f3ba0469f5ee45eee59cc166411fbe0b75 (diff)
downloadcpython-63c2c8ac17750ba2be2cfc4e339cae1f4edee54f.zip
cpython-63c2c8ac17750ba2be2cfc4e339cae1f4edee54f.tar.gz
cpython-63c2c8ac17750ba2be2cfc4e339cae1f4edee54f.tar.bz2
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
* RFC 1750 has been been obsoleted by RFC 4086. * RFC 3280 has been obsoleted by RFC 5280. * RFC 4366 has been obsoleted by RFC 6066.
Diffstat (limited to 'Modules/clinic')
-rw-r--r--Modules/clinic/_ssl.c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/clinic/_ssl.c.h b/Modules/clinic/_ssl.c.h
index 905274f..4a053d4 100644
--- a/Modules/clinic/_ssl.c.h
+++ b/Modules/clinic/_ssl.c.h
@@ -847,7 +847,7 @@ PyDoc_STRVAR(_ssl_RAND_add__doc__,
"Mix string into the OpenSSL PRNG state.\n"
"\n"
"entropy (a float) is a lower bound on the entropy contained in\n"
-"string. See RFC 1750.");
+"string. See RFC 4086.");
#define _SSL_RAND_ADD_METHODDEF \
{"RAND_add", (PyCFunction)_ssl_RAND_add, METH_FASTCALL, _ssl_RAND_add__doc__},