summaryrefslogtreecommitdiffstats
path: root/crypto/md4/md4_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md4/md4_locl.h')
-rw-r--r--crypto/md4/md4_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/md4/md4_locl.h b/crypto/md4/md4_locl.h
index a8d31d7a73..7e219b17ea 100644
--- a/crypto/md4/md4_locl.h
+++ b/crypto/md4/md4_locl.h
@@ -65,8 +65,8 @@
#define MD4_LONG_LOG2 2 /* default to 32 bits */
#endif
-void md4_block_host_order (MD4_CTX *c, const void *p,int num);
-void md4_block_data_order (MD4_CTX *c, const void *p,int num);
+void md4_block_host_order (MD4_CTX *c, const void *p,size_t num);
+void md4_block_data_order (MD4_CTX *c, const void *p,size_t num);
#if defined(__i386) || defined(__i386__) || defined(_M_IX86) || defined(__INTEL__)
/*