aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/common/swcipher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/common/swcipher.cpp')
-rw-r--r--src/modules/common/swcipher.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/common/swcipher.cpp b/src/modules/common/swcipher.cpp
index d221b8b..9b2d9cb 100644
--- a/src/modules/common/swcipher.cpp
+++ b/src/modules/common/swcipher.cpp
@@ -7,6 +7,7 @@
#include <stdlib.h>
#include <swcipher.h>
+SWORD_NAMESPACE_START
/******************************************************************************
* SWCipher Constructor - Initializes data for instance of SWCipher
@@ -121,3 +122,5 @@ void SWCipher::setCipherKey(const char *ikey) {
unsigned char *key = (unsigned char *)ikey;
master.initialize(key, strlen((char *)key));
}
+
+SWORD_NAMESPACE_END