summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2012-04-30 23:03:33 -0400
committerEli Collins <elic@assurancetechnologies.com>2012-04-30 23:03:33 -0400
commitf44248b2890aab70633ce12209710e6de84638bd (patch)
tree0f94a61d0090c70f84b40829de377425b3044649 /admin
parent176153315bbd4ae3ec8542a5fc6704041d7de342 (diff)
downloadpasslib-f44248b2890aab70633ce12209710e6de84638bd.tar.gz
assorted bugfixes & additional test coverage
Diffstat (limited to 'admin')
-rw-r--r--admin/benchmarks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/benchmarks.py b/admin/benchmarks.py
index beca3dd..4e4f9bb 100644
--- a/admin/benchmarks.py
+++ b/admin/benchmarks.py
@@ -166,7 +166,7 @@ def test_context_update():
"test speed of CryptContext.update()"
kwds = dict(
schemes = [ "sha512_crypt", "sha256_crypt", "md5_crypt",
- "des_crypt", "unix_fallback" ],
+ "des_crypt", "unix_disabled" ],
deprecated = [ "des_crypt" ],
sha512_crypt__min_rounds=4000,
)