summaryrefslogtreecommitdiff
path: root/crypto/md4/md4_one.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md4/md4_one.c')
-rw-r--r--crypto/md4/md4_one.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md4/md4_one.c b/crypto/md4/md4_one.c
index 00565507e4..64601b62df 100644
--- a/crypto/md4/md4_one.c
+++ b/crypto/md4/md4_one.c
@@ -65,7 +65,7 @@
#include <openssl/ebcdic.h>
#endif
-unsigned char *MD4(const unsigned char *d, unsigned long n, unsigned char *md)
+unsigned char *MD4(const unsigned char *d, size_t n, unsigned char *md)
{
MD4_CTX c;
static unsigned char m[MD4_DIGEST_LENGTH];