From 6f2bd00100522615ff8a5dda1166a4b3312879d0 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 23 Apr 2008 09:17:52 +0000 Subject: Replaced SHA-256 implementation with the one from InspIRCd. Thanks to Bertram for initial modifications. --- src/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 046a518b..9d739685 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -255,13 +255,11 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \ utils/base64.cpp \ utils/base64.h \ utils/dtor.h \ - utils/encryption.h \ - utils/encryption.cpp \ utils/fastsqrt.h \ utils/gettext.h \ utils/minmax.h \ - utils/sha2.h \ - utils/sha2.cpp \ + utils/sha256.h \ + utils/sha256.cpp \ utils/strprintf.h \ utils/strprintf.cpp \ utils/tostring.h \ -- cgit v1.2.3-70-g09d2