From 8de6956eed6c4bcf4383a07c0bdcd57845a3a163 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Fri, 29 Dec 2006 15:43:22 +0000 Subject: Removed useless dependency on Cipher + OpenSSL. --- ChangeLog | 2 ++ src/Makefile.am | 4 ---- src/account-server/dalstorage.cpp | 1 - 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 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" -- cgit v1.2.3-70-g09d2