From ac2147483cfcbb6f01123d65e67b7bb363bddc8f Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 28 Nov 2008 18:45:57 +0000 Subject: added some windows support (not working now) try to build with following Options: NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOROUTING;NOSIGNALCONTROLLER --- src/keyDerivation.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/keyDerivation.cpp') diff --git a/src/keyDerivation.cpp b/src/keyDerivation.cpp index 946943e..ed29fca 100644 --- a/src/keyDerivation.cpp +++ b/src/keyDerivation.cpp @@ -33,6 +33,7 @@ #include "log.h" #include "keyDerivation.h" #include "threadUtils.hpp" +#include "datatypes.h" #include #include @@ -43,7 +44,7 @@ #include "mpi.h" #endif -void KeyDerivation::setLogKDRate(const uint8_t log_rate) +void KeyDerivation::setLogKDRate(const u_int8_t log_rate) { Lock lock(mutex_); if( log_rate < 49 ) -- cgit v1.2.3