diff options
author | Jack Lloyd <[email protected]> | 2017-04-03 14:37:35 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-04-03 14:37:35 -0400 |
commit | 753b4c2d5301574d3c9390b79aa275a49809e6c8 (patch) | |
tree | feced133cc822f58f8c15c2a0dc04de2ac97454b /src/lib/passhash | |
parent | c8bec4132b1b7937438263fee14bd8e039d4c0b7 (diff) | |
parent | d40c3e0a0712ce17ab9a54f62d4aac7476855f63 (diff) |
Merge GH #962 More configure.py refactorings/improvements
Diffstat (limited to 'src/lib/passhash')
-rw-r--r-- | src/lib/passhash/bcrypt/info.txt | 5 | ||||
-rw-r--r-- | src/lib/passhash/passhash9/info.txt | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/passhash/bcrypt/info.txt b/src/lib/passhash/bcrypt/info.txt index 4ea70d012..6be060ea0 100644 --- a/src/lib/passhash/bcrypt/info.txt +++ b/src/lib/passhash/bcrypt/info.txt @@ -1,8 +1,9 @@ -define BCRYPT 20131128 +<defines> +BCRYPT -> 20131128 +</defines> <requires> blowfish rng base64 </requires> - diff --git a/src/lib/passhash/passhash9/info.txt b/src/lib/passhash/passhash9/info.txt index e47a27f67..525427b45 100644 --- a/src/lib/passhash/passhash9/info.txt +++ b/src/lib/passhash/passhash9/info.txt @@ -1,4 +1,6 @@ -define PASSHASH9 20131128 +<defines> +PASSHASH9 -> 20131128 +</defines> <requires> pbkdf2 |