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 @@
15 * Adapted from shadow-19990607 by Tudor Bosman, tudorb@jm.nu 15 * Adapted from shadow-19990607 by Tudor Bosman, tudorb@jm.nu
16 */ 16 */
17 17
18#include "config.h" 18#include "includes.h"
19
20RCSID("$Id: md5crypt.c,v 1.5 2001/02/09 01:55:36 djm Exp $");
19 21
20#if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) 22#if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT)
21 23
22#include <unistd.h>
23#include <string.h>
24#include <openssl/md5.h> 24#include <openssl/md5.h>
25 25
26static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */ 26static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */