summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md5.c b/src/md5.c
index 950f647c..fb99e2f7 100644
--- a/src/md5.c
+++ b/src/md5.c
@@ -32,7 +32,7 @@
// Little endian system - no byte swapping required
-#define ByteSwapBlock(x)
+#define ByteSwapBlock(x, y)
#else