From a87df78dc91434563f4a86616aa2bd6c71d91331 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 25 Jun 2003 21:16:47 +0000 Subject: protos --- src/lib/libc/crypt/md5crypt.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/crypt/md5crypt.c') diff --git a/src/lib/libc/crypt/md5crypt.c b/src/lib/libc/crypt/md5crypt.c index 048858494c..fb09b375e6 100644 --- a/src/lib/libc/crypt/md5crypt.c +++ b/src/lib/libc/crypt/md5crypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md5crypt.c,v 1.11 2003/04/02 20:35:29 millert Exp $ */ +/* $OpenBSD: md5crypt.c,v 1.12 2003/06/25 21:16:47 deraadt Exp $ */ /* * ---------------------------------------------------------------------------- @@ -13,7 +13,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: md5crypt.c,v 1.11 2003/04/02 20:35:29 millert Exp $"; +static char rcsid[] = "$OpenBSD: md5crypt.c,v 1.12 2003/06/25 21:16:47 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -45,6 +45,8 @@ to64(s, v, n) * Use MD5 for what it is best at... */ +char *md5crypt(const char *pw, const char *salt); + char * md5crypt(pw, salt) register const char *pw; -- cgit v1.2.3-55-g6feb