diff options
Diffstat (limited to 'lib/libcrypto/md5/md5_one.c')
| -rw-r--r-- | lib/libcrypto/md5/md5_one.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/md5/md5_one.c b/lib/libcrypto/md5/md5_one.c index 44c6c455d12..43fee893796 100644 --- a/lib/libcrypto/md5/md5_one.c +++ b/lib/libcrypto/md5/md5_one.c @@ -65,7 +65,7 @@ #include <openssl/ebcdic.h> #endif -unsigned char *MD5(const unsigned char *d, unsigned long n, unsigned char *md) +unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) { MD5_CTX c; static unsigned char m[MD5_DIGEST_LENGTH]; |
