summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/md5.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/md5.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/md5.h b/TAO/orbsvcs/orbsvcs/AV/md5.h
index 034874fb852..4e4c1fe5261 100644
--- a/TAO/orbsvcs/orbsvcs/AV/md5.h
+++ b/TAO/orbsvcs/orbsvcs/AV/md5.h
@@ -36,12 +36,12 @@ extern "C" {
#endif
/* void MD5Init PROTO_LIST ((MD5_CTX *)); */
-void MD5Init (MD5_CTX *context);
+void MD5Init (MD5_CTX *);
/* void MD5Update PROTO_LIST */
/* ((MD5_CTX *, unsigned char *, unsigned int)); */
-void MD5Update (MD5_CTX *context, unsigned char *input, unsigned int inputLen);
+void MD5Update (MD5_CTX *, unsigned char *, unsigned int);
/* void MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *)); */
-void MD5Final (unsigned char digest[16], MD5_CTX *context);
+void MD5Final (unsigned char [16], MD5_CTX *);
#ifdef __cplusplus
}