aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/par_hash
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-08 18:39:55 +0000
committerlloyd <[email protected]>2008-11-08 18:39:55 +0000
commit75b427da41ece0a419f3f38dda187d89650de7ef (patch)
tree3658b9593fa2217ddf2ad56e5eccb7ea2f4d513d /src/hash/par_hash
parent65944fc591cd86f1048bca31c7f7b286be741d90 (diff)
Move the declaration of the HashFunction base class to a new header hash.h
(from base.h)
Diffstat (limited to 'src/hash/par_hash')
-rw-r--r--src/hash/par_hash/par_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/par_hash/par_hash.h b/src/hash/par_hash/par_hash.h
index 844a6fb50..e794f0704 100644
--- a/src/hash/par_hash/par_hash.h
+++ b/src/hash/par_hash/par_hash.h
@@ -6,7 +6,7 @@
#ifndef BOTAN_PAR_HASH_H__
#define BOTAN_PAR_HASH_H__
-#include <botan/base.h>
+#include <botan/hash.h>
#include <vector>
namespace Botan {