aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives/constant_time.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptography/hazmat/primitives/constant_time.py')
-rw-r--r--src/cryptography/hazmat/primitives/constant_time.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/hazmat/primitives/constant_time.py b/src/cryptography/hazmat/primitives/constant_time.py
index 0e987ea7..99a114e2 100644
--- a/src/cryptography/hazmat/primitives/constant_time.py
+++ b/src/cryptography/hazmat/primitives/constant_time.py
@@ -23,7 +23,7 @@ else:
"Support for your Python version is deprecated. The next version of "
"cryptography will remove support. Please upgrade to a 2.7.x "
"release that supports hmac.compare_digest as soon as possible.",
- utils.DeprecatedIn23,
+ utils.PersistentlyDeprecated2018,
)
def bytes_eq(a, b):