]> andersk Git - openssh.git/blobdiff - md5crypt.c
- dtucker@cvs.openbsd.org 2009/11/20 00:15:41
[openssh.git] / md5crypt.c
index 2833698201595a472137cc8ab50edcc98ebbab3b..22ef9893356eb0bcb65917002665415a4b68b599 100644 (file)
 #include "includes.h"
 
 #if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT)
-#include <openssl/md5.h>
+#include <sys/types.h>
+
+#include <string.h>
 
-RCSID("$Id$");
+#include <openssl/md5.h>
 
 /* 0 ... 63 => ascii - 64 */
 static unsigned char itoa64[] =
This page took 0.041238 seconds and 4 git commands to generate.