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/s2k.h | |
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/s2k.h')
-rw-r--r-- | src/s2k/s2k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s2k/s2k.h b/src/s2k/s2k.h index 82f5abeef..9ab71344e 100644 --- a/src/s2k/s2k.h +++ b/src/s2k/s2k.h @@ -9,7 +9,6 @@ #define BOTAN_S2K_H__ #include <botan/symkey.h> -#include <botan/rng.h> namespace Botan { |