summaryrefslogtreecommitdiffstats
path: root/cpukit/libmd/md4.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmd/md4.c')
-rw-r--r--cpukit/libmd/md4.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/libmd/md4.c b/cpukit/libmd/md4.c
index 4060cce4f7..3474f50783 100644
--- a/cpukit/libmd/md4.c
+++ b/cpukit/libmd/md4.c
@@ -88,8 +88,8 @@
** This is a user-callable routine.
*/
void
-MD4Print(MDp)
-MD4_CTX *MDp;
+MD4Print(
+ MD4_CTX *MDp)
{
int i,j;
for (i=0;i<4;i++)
@@ -102,8 +102,8 @@ MD4_CTX *MDp;
** This is a user-callable routine.
*/
void
-MD4Init(MDp)
-MD4_CTX *MDp;
+MD4Init(
+ MD4_CTX *MDp)
{
int i;
MDp->buffer[0] = I0;