X-Git-Url: https://git.syn-net.org/debian/?a=blobdiff_plain;ds=sidebyside;f=src%2FauthAlgoFactory.h;h=86a4c38afd4a11500b3aa1f90a55f6c1954d2a16;hb=refs%2Ftags%2Fupstream%2F0.3.4;hp=db3125b4412830afe8c46d576cd5c6bc0ea52c49;hpb=ece844834d2cecc028ce81ca283f5d441088580e;p=anytun.git 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();