summaryrefslogtreecommitdiffstats
path: root/Doc/library/hmac.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/hmac.rst')
-rw-r--r--Doc/library/hmac.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/hmac.rst b/Doc/library/hmac.rst
index 5ad3484..897edc2 100644
--- a/Doc/library/hmac.rst
+++ b/Doc/library/hmac.rst
@@ -138,6 +138,11 @@ This module also provides the following helper function:
.. versionadded:: 3.3
+ .. versionchanged:: 3.9
+
+ The function uses OpenSSL's ``CRYPTO_memcmp()`` internally when
+ available.
+
.. seealso::