md4/md5: macros should not include the line following them
[oweals/openssl.git] / crypto / md5 / md5_local.h
index 9e537ed15b1fa57d4e555c857067341cf558f49b..b0087bea81c4b97d620d92e537fd11f4bdc5d5f9 100644 (file)
@@ -62,7 +62,7 @@ void md5_block_data_order(MD5_CTX *c, const void *p, size_t num);
 #define R0(a,b,c,d,k,s,t) { \
         a+=((k)+(t)+F((b),(c),(d))); \
         a=ROTATE(a,s); \
-        a+=b; };\
+        a+=b; };
 
 #define R1(a,b,c,d,k,s,t) { \
         a+=((k)+(t)+G((b),(c),(d))); \