summaryrefslogtreecommitdiff
path: root/lib/libc/md/md5c.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/md/md5c.c')
-rw-r--r--lib/libc/md/md5c.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/md/md5c.c b/lib/libc/md/md5c.c
index d4c57966b38..a14c42d153c 100644
--- a/lib/libc/md/md5c.c
+++ b/lib/libc/md/md5c.c
@@ -23,7 +23,7 @@ documentation and/or software.
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: md5c.c,v 1.12 2000/03/28 17:35:09 millert Exp $";
+static char rcsid[] = "$OpenBSD: md5c.c,v 1.13 2002/02/16 21:27:23 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
@@ -56,8 +56,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] = {