diff options
author | lloyd <[email protected]> | 2010-02-01 16:31:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-02-01 16:31:03 +0000 |
commit | 54b8bf4a1a9c00d17c6e1946a6f9f4cc0090b609 (patch) | |
tree | c6585992b724b79c9de0f3cd0b10d40252c67f45 /src/s2k/info.txt | |
parent | 454e45b7c4fece11a7f43ffa412148b4a274c90f (diff) |
Remove include of rng.h in s2k.h since it is no longer used. Add an
include for the exception types in pbkdf1 since previously it inherited
that from the rng.h include.
Diffstat (limited to 'src/s2k/info.txt')
-rw-r--r-- | src/s2k/info.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s2k/info.txt b/src/s2k/info.txt index 1d5226524..861b6f760 100644 --- a/src/s2k/info.txt +++ b/src/s2k/info.txt @@ -1,4 +1,3 @@ <requires> -rng sym_algo </requires> |