diff options
author | Jack Lloyd <[email protected]> | 2018-01-12 10:35:55 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-01-12 11:34:29 -0500 |
commit | 2031badab44efad536509ac4c0c2f3ea1928de0a (patch) | |
tree | eb7cc8239223d7507863000bcdad8440b8c6b32b /src/lib/hash | |
parent | aee4203df5d1b7437fccd0b134ce8190daea0cd0 (diff) |
Make stream, block, hash and cipher mode base classes optional
Diffstat (limited to 'src/lib/hash')
-rw-r--r-- | src/lib/hash/checksum/info.txt | 4 | ||||
-rw-r--r-- | src/lib/hash/info.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/hash/checksum/info.txt b/src/lib/hash/checksum/info.txt new file mode 100644 index 000000000..5aab13b59 --- /dev/null +++ b/src/lib/hash/checksum/info.txt @@ -0,0 +1,4 @@ + +<requires> +hash +</requires> diff --git a/src/lib/hash/info.txt b/src/lib/hash/info.txt index e71318b73..8d3817058 100644 --- a/src/lib/hash/info.txt +++ b/src/lib/hash/info.txt @@ -1,3 +1,7 @@ +<defines> +HASH -> 20180112 +</defines> + <header:public> hash.h </header:public> |