From 206e3b49c7bfe3e8a7ca972103fe9e30feb3a86a Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 19 May 2007 17:36:26 +0000 Subject: SPACE INDENTING ACTION RANGERS -- ATTACK! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7048 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_md5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_md5.cpp') diff --git a/src/modules/m_md5.cpp b/src/modules/m_md5.cpp index 19b351e0c..5d6fdd00d 100644 --- a/src/modules/m_md5.cpp +++ b/src/modules/m_md5.cpp @@ -33,7 +33,7 @@ /* This is the central step in the MD5 algorithm. */ #define MD5STEP(f,w,x,y,z,in,s) \ - (w += f(x,y,z) + in, w = (w<>(32-s)) + x) + (w += f(x,y,z) + in, w = (w<>(32-s)) + x) #ifndef HAS_STDINT typedef unsigned int uint32_t; -- cgit v1.2.3