]> andersk Git - openssh.git/blobdiff - md5crypt.c
- djm@cvs.openbsd.org 2010/01/28 00:21:18
[openssh.git] / md5crypt.c
index 253fdfdf27656a6f2d67f58466996cd8327b1957..22ef9893356eb0bcb65917002665415a4b68b599 100644 (file)
 #include "includes.h"
 
 #if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT)
+#include <sys/types.h>
+
+#include <string.h>
+
 #include <openssl/md5.h>
 
 /* 0 ... 63 => ascii - 64 */
This page took 0.03169 seconds and 4 git commands to generate.