summaryrefslogtreecommitdiff
path: root/connectionParam.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-02-19 17:31:04 +0000
committerChristian Pointner <equinox@anytun.org>2008-02-19 17:31:04 +0000
commit3d174037c175e33b0b57c0639ab7440e9f5d6abc (patch)
tree11deb98d33858fafbc8e61ffe414f8be0cbc458e /connectionParam.h
parentminor changes (diff)
replaces cypher with cipher
Diffstat (limited to 'connectionParam.h')
-rw-r--r--connectionParam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectionParam.h b/connectionParam.h
index 5e00e25..0861a6c 100644
--- a/connectionParam.h
+++ b/connectionParam.h
@@ -33,7 +33,7 @@
#include "options.h"
#include "keyDerivation.h"
-#include "cypher.h"
+#include "cipher.h"
#include "authAlgo.h"
#include "seqWindow.h"
#include "threadUtils.hpp"