summaryrefslogtreecommitdiff
path: root/md5crypt.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-09 12:55:35 +1100
committerDamien Miller <djm@mindrot.org>2001-02-09 12:55:35 +1100
commite9cf357a99dcd2db14635974289e04f5f0808123 (patch)
treeabedb37ba47ea77ee3c39aece61d6c245134c33b /md5crypt.c
parent5b828322227d9d07a8640c2df2946d5a1908505b (diff)
- (djm) Add CVS Id's to files that we have missed
Diffstat (limited to 'md5crypt.c')
-rw-r--r--md5crypt.c6
1 files changed, 3 insertions, 3 deletions
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 <unistd.h>
-#include <string.h>
#include <openssl/md5.h>
static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */