summaryrefslogtreecommitdiffstats
path: root/crypto/md5/md5_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md5/md5_locl.h')
-rw-r--r--crypto/md5/md5_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h
index 84e81b960d..bb42994fff 100644
--- a/crypto/md5/md5_locl.h
+++ b/crypto/md5/md5_locl.h
@@ -93,7 +93,7 @@ void md5_block_data_order (MD5_CTX *c, const void *p,size_t num);
#include "md32_common.h"
-/*
+/*-
#define F(x,y,z) (((x) & (y)) | ((~(x)) & (z)))
#define G(x,y,z) (((x) & (z)) | ((y) & (~(z))))
*/