diff options
author | lloyd <[email protected]> | 2013-11-28 17:14:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-11-28 17:14:25 +0000 |
commit | c6b01f12d2bb7f9d781cbb65c717b9d0ef0efa61 (patch) | |
tree | 9fbd9ca3750d8e53d3f264619a7d099a7f481f6a /src/passhash | |
parent | 1250f37fdf54d9380b7de0446c5e648842978494 (diff) |
Give everything setting a feature test macro in build.h a version code
so application code can check for the specific API it expects without
having to keep track of what versions APIs x,y,z changed. Arbitrarily
set all current API versions to 20131128.
Diffstat (limited to 'src/passhash')
-rw-r--r-- | src/passhash/bcrypt/info.txt | 2 | ||||
-rw-r--r-- | src/passhash/passhash9/info.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/passhash/bcrypt/info.txt b/src/passhash/bcrypt/info.txt index 91ab92e88..5cc246cab 100644 --- a/src/passhash/bcrypt/info.txt +++ b/src/passhash/bcrypt/info.txt @@ -1,4 +1,4 @@ -define BCRYPT +define BCRYPT 20131128 <requires> libstate diff --git a/src/passhash/passhash9/info.txt b/src/passhash/passhash9/info.txt index f96809f29..f4af7fe0b 100644 --- a/src/passhash/passhash9/info.txt +++ b/src/passhash/passhash9/info.txt @@ -1,4 +1,4 @@ -define PASSHASH9 +define PASSHASH9 20131128 <requires> libstate |