X-Git-Url: https://git.syn-net.org/debian/?p=anytun.git;a=blobdiff_plain;f=src%2FauthAlgoFactory.h;h=86a4c38afd4a11500b3aa1f90a55f6c1954d2a16;hp=db3125b4412830afe8c46d576cd5c6bc0ea52c49;hb=ef0cacf2508418915d3f64b04003be3c13fed3cc;hpb=ece844834d2cecc028ce81ca283f5d441088580e diff --git a/src/authAlgoFactory.h b/src/authAlgoFactory.h index db3125b..86a4c38 100644 --- a/src/authAlgoFactory.h +++ b/src/authAlgoFactory.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. @@ -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();