From bd55cf078aeaae7929cfe5017e22fdf33616b769 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Wed, 1 Apr 2009 22:39:19 +0000 Subject: * Removed online_check config options. (always active now) * Clarified char_maintenance config option. * Changed packet 0x2712. (added request_id) * Changed packet 0x2713. (added sex, request_id, version, clienttype; removed email, expiration time, gmlevel) * Delayed user count check and mmo_char_send006b to when the account data arrives. * Created auxiliary function MD5_Salt. (split from a future commit that was getting to big for my taste) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13652 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/md5calc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/md5calc.h') diff --git a/src/common/md5calc.h b/src/common/md5calc.h index e35e64219..323affa2c 100644 --- a/src/common/md5calc.h +++ b/src/common/md5calc.h @@ -3,5 +3,6 @@ void MD5_String(const char * string, char * output); void MD5_Binary(const char * string, unsigned char * output); +void MD5_Salt(unsigned int len, char * output); #endif /* _MD5CALC_H_ */ -- cgit v1.2.3-60-g2f50