summaryrefslogtreecommitdiff
path: root/src/authAlgoFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/authAlgoFactory.h')
-rw-r--r--src/authAlgoFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authAlgoFactory.h b/src/authAlgoFactory.h
index 597539c..86a4c38 100644
--- a/src/authAlgoFactory.h
+++ b/src/authAlgoFactory.h
@@ -42,7 +42,7 @@ class AuthAlgoFactory
{
public:
static AuthAlgo* create(std::string const& type, kd_dir_t dir);
- static u_int32_t getDigestLength(std::string const& type);
+ static uint32_t getDigestLength(std::string const& type);
private:
AuthAlgoFactory();