summaryrefslogtreecommitdiff
path: root/mpi.cpp
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 /mpi.cpp
parentminor changes (diff)
replaces cypher with cipher
Diffstat (limited to 'mpi.cpp')
-rw-r--r--mpi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi.cpp b/mpi.cpp
index 7c94b7e..28684f7 100644
--- a/mpi.cpp
+++ b/mpi.cpp
@@ -31,7 +31,7 @@
#include "mpi.h"
#include "datatypes.h"
-#include "cypher.h"
+#include "cipher.h"
#include <stdexcept>
#include <gcrypt.h>