summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--src/Makefile.am4
-rw-r--r--src/account-server/dalstorage.cpp1
3 files changed, 2 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index a869fde6..769ddbba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,6 +57,8 @@
src/account-server and src/game-server. Modified makefiles to produce
two server binaries.
* src/itemhandler.h, src/itemhandler.cpp: Removed: useless and unused.
+ * src/Makefile.am, src/account-server/dalstorage.cpp: Removed useless
+ dependency on Cipher + OpenSSL.
2006-12-29 Philipp Sehmisch <tmw@crushnet.org>
diff --git a/src/Makefile.am b/src/Makefile.am
index 13eb6797..c92b516b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -70,8 +70,6 @@ tmwserv_account_SOURCES = \
utils/countedptr.h \
utils/functors.h \
utils/singleton.h \
- utils/cipher.h \
- utils/cipher.cpp \
utils/logger.h \
utils/logger.cpp \
utils/stringfilter.h \
@@ -137,8 +135,6 @@ tmwserv_game_SOURCES = \
utils/countedptr.h \
utils/functors.h \
utils/singleton.h \
- utils/cipher.h \
- utils/cipher.cpp \
utils/logger.h \
utils/logger.cpp \
utils/stringfilter.h \
diff --git a/src/account-server/dalstorage.cpp b/src/account-server/dalstorage.cpp
index 95d6c019..644464b3 100644
--- a/src/account-server/dalstorage.cpp
+++ b/src/account-server/dalstorage.cpp
@@ -28,7 +28,6 @@
#include "account-server/dalstoragesql.hpp"
#include "dal/dalexcept.h"
#include "dal/dataproviderfactory.h"
-#include "utils/cipher.h"
#include "utils/functors.h"
#include "utils/logger.h"