]> andersk Git - openssh.git/blobdiff - md5crypt.c
- (djm) Add CVS Id's to files that we have missed
[openssh.git] / md5crypt.c
index 26007831a680a537dd4f57a9176a5f6bb7b1fe9c..c1479d2e991133cb032b618cf95cd5d2d649fe4f 100644 (file)
  * Adapted from shadow-19990607 by Tudor Bosman, tudorb@jm.nu
  */
 
-#include "config.h"
+#include "includes.h"
+
+RCSID("$Id$");
 
 #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 */
This page took 0.043419 seconds and 4 git commands to generate.