summaryrefslogtreecommitdiffstats
path: root/crypto/md4/md4_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md4/md4_local.h')
-rw-r--r--crypto/md4/md4_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md4/md4_local.h b/crypto/md4/md4_local.h
index 58c23e1ad6..66aa5e4038 100644
--- a/crypto/md4/md4_local.h
+++ b/crypto/md4/md4_local.h
@@ -53,7 +53,7 @@ void md4_block_data_order(MD4_CTX *c, const void *p, size_t num);
#define R1(a,b,c,d,k,s,t) { \
a+=((k)+(t)+G((b),(c),(d))); \
- a=ROTATE(a,s); };\
+ a=ROTATE(a,s); };
#define R2(a,b,c,d,k,s,t) { \
a+=((k)+(t)+H((b),(c),(d))); \