From 5b27fb12f0dc01a4a282aa62028592795890a200 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 15 Jan 2009 13:37:22 +0000 Subject: cipher now stores kd direction --- src/cipherFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cipherFactory.h') 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(); -- cgit v1.2.3