diff options
author | Christian Heimes <christian@python.org> | 2021-04-17 13:49:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-17 13:49:50 (GMT) |
commit | b8d0fa035d74ae6ae00794c9af636b427c5dc650 (patch) | |
tree | 4d2eb46657607777fd5854247ee2c561492cb750 /Doc/library/hashlib.rst | |
parent | ea39f82b97e0625334af560ef9876684d8e5abeb (diff) | |
download | cpython-b8d0fa035d74ae6ae00794c9af636b427c5dc650.zip cpython-b8d0fa035d74ae6ae00794c9af636b427c5dc650.tar.gz cpython-b8d0fa035d74ae6ae00794c9af636b427c5dc650.tar.bz2 |
bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)
Diffstat (limited to 'Doc/library/hashlib.rst')
-rw-r--r-- | Doc/library/hashlib.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index 6f92152..48c0bab 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -280,8 +280,6 @@ include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_. factor and *maxmem* limits memory (OpenSSL 1.1.0 defaults to 32 MiB). *dklen* is the length of the derived key. - .. availability:: OpenSSL 1.1+. - .. versionadded:: 3.6 |