summaryrefslogtreecommitdiff
path: root/md5crypt.c
diff options
context:
space:
mode:
authordjm <djm>2001-02-09 01:55:35 +0000
committerdjm <djm>2001-02-09 01:55:35 +0000
commit4663cb7b075e28c7e6abc0c52f7aacacb1be0fff (patch)
tree9b854617af4ff58fd181a17c03688764e42adafc /md5crypt.c
parent0ad306dc4e7126f3f9a343bc1c06143df0573699 (diff)
downloadopenssh-4663cb7b075e28c7e6abc0c52f7aacacb1be0fff.tar.gz
- (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 26007831..ba98cccc 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 */