summaryrefslogtreecommitdiffstats
path: root/cpukit/libmd/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmd/md5.c')
-rw-r--r--cpukit/libmd/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmd/md5.c b/cpukit/libmd/md5.c
index 4c909f37a0..5e3a100c7b 100644
--- a/cpukit/libmd/md5.c
+++ b/cpukit/libmd/md5.c
@@ -165,7 +165,7 @@ void MD5Update (
ends with the desired message digest in mdContext->digest[0...15].
*/
void MD5Final (
- unsigned char hash[],
+ unsigned char hash[16],
MD5_CTX *mdContext )
{
UINT4 in[16];