summaryrefslogtreecommitdiff
path: root/src/authAlgoFactory.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-15 13:44:22 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-15 13:44:22 +0000
commit3ae9918192308c7d8ff691ca6a09b54aa14f68ff (patch)
treef36f81bf8f3dc6f238b8432aec1a264529ffd92b /src/authAlgoFactory.h
parentcipher now stores kd direction (diff)
auth algo now stores direction as well
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 2d445d0..ee38248 100644
--- a/src/authAlgoFactory.h
+++ b/src/authAlgoFactory.h
@@ -40,7 +40,7 @@
class AuthAlgoFactory
{
public:
- static AuthAlgo* create(std::string const& type);
+ static AuthAlgo* create(std::string const& type, kd_dir_t dir);
private:
AuthAlgoFactory();