summaryrefslogtreecommitdiff
path: root/src/cipherFactory.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-15 13:37:22 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-15 13:37:22 +0000
commit5b27fb12f0dc01a4a282aa62028592795890a200 (patch)
tree528fd7822539e2a8d4dddec09b28b4f4349fa6de /src/cipherFactory.h
parentremoved useless buf variable @ some log messages (diff)
cipher now stores kd direction
Diffstat (limited to 'src/cipherFactory.h')
-rw-r--r--src/cipherFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cipherFactory.h b/src/cipherFactory.h
index 53b8a57..23d3b92 100644
--- a/src/cipherFactory.h
+++ b/src/cipherFactory.h
@@ -40,7 +40,7 @@
class CipherFactory
{
public:
- static Cipher* create(std::string const& type);
+ static Cipher* create(std::string const& type, kd_dir_t dir);
private:
CipherFactory();