diff options
author | lloyd <[email protected]> | 2008-11-08 18:39:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-08 18:39:55 +0000 |
commit | 75b427da41ece0a419f3f38dda187d89650de7ef (patch) | |
tree | 3658b9593fa2217ddf2ad56e5eccb7ea2f4d513d /src/core/botan.h | |
parent | 65944fc591cd86f1048bca31c7f7b286be741d90 (diff) |
Move the declaration of the HashFunction base class to a new header hash.h
(from base.h)
Diffstat (limited to 'src/core/botan.h')
-rw-r--r-- | src/core/botan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/botan.h b/src/core/botan.h index 97b7dc1a3..8f18f93be 100644 --- a/src/core/botan.h +++ b/src/core/botan.h @@ -4,6 +4,7 @@ *************************************************/ #include <botan/base.h> +#include <botan/hash.h> #include <botan/rng.h> #include <botan/init.h> #include <botan/lookup.h> |