Renamed md5.cpp/h to MD5.cpp/h

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@468 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-09-07 05:16:01 +00:00
parent 78eb4cead9
commit 6249e41c6f
9 changed files with 18 additions and 12 deletions
+4 -1
View File
@@ -9,7 +9,7 @@
#include "String.h"
#include "FileUtils.h"
#include "Csocket.h"
#include "md5.h"
#include "MD5.h"
#include <pwd.h>
#include <sstream>
@@ -20,6 +20,9 @@ using std::pair;
* Author: imaginos <imaginos@imaginos.net>
*
* $Log$
* Revision 1.17 2005/09/07 05:14:28 prozacx
* Renamed md5.cpp/h to MD5.cpp/h
*
* Revision 1.16 2005/09/06 22:43:02 prozacx
* Added REQUIRESSL
*