From e9cf357a99dcd2db14635974289e04f5f0808123 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 9 Feb 2001 12:55:35 +1100 Subject: - (djm) Add CVS Id's to files that we have missed --- md5crypt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'md5crypt.c') diff --git a/md5crypt.c b/md5crypt.c index 26007831a..ba98ccccc 100644 --- a/md5crypt.c +++ b/md5crypt.c @@ -15,12 +15,12 @@ * Adapted from shadow-19990607 by Tudor Bosman, tudorb@jm.nu */ -#include "config.h" +#include "includes.h" + +RCSID("$Id: md5crypt.c,v 1.5 2001/02/09 01:55:36 djm Exp $"); #if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) -#include -#include #include static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */ -- cgit v1.2.3