From e191eab68d905bfe14e3590a92fa653f0ae2ebce Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Thu, 18 Feb 2010 09:15:27 +0000 Subject: non-functional changes only: use standard writing of stdint.h types; still import from boost (compiler compatibility) --- src/authAlgoFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/authAlgoFactory.h') 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(); -- cgit v1.2.3