diff options
Diffstat (limited to 'Doc/library/hashlib.rst')
| -rw-r--r-- | Doc/library/hashlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index 4a8d7058c6..a16c7cd4d7 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -271,7 +271,7 @@ 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+ + .. availability:: OpenSSL 1.1+. .. versionadded:: 3.6 |
