summaryrefslogtreecommitdiffstats
path: root/lib/libc/md/md4c.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/md/md4c.c')
-rw-r--r--lib/libc/md/md4c.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/md/md4c.c b/lib/libc/md/md4c.c
index 63131d8ed79..bcfe702b421 100644
--- a/lib/libc/md/md4c.c
+++ b/lib/libc/md/md4c.c
@@ -22,7 +22,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: md4c.c,v 1.12 2000/03/28 17:35:09 millert Exp $";
+static char rcsid[] = "$OpenBSD: md4c.c,v 1.13 2002/02/16 21:27:23 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
@@ -51,8 +51,8 @@ typedef unsigned char *POINTER;
#define Encode memcpy
#define Decode memcpy
#else /* BIG_ENDIAN */
-static void Encode __P ((void *, const void *, size_t));
-static void Decode __P ((void *, const void *, size_t));
+static void Encode(void *, const void *, size_t);
+static void Decode(void *, const void *, size_t);
#endif /* LITTLE_ENDIAN */
static unsigned char PADDING[64] = {