]> andersk Git - openssh.git/blobdiff - auth-rsa.c
- deraadt@cvs.openbsd.org 2006/03/19 18:53:12
[openssh.git] / auth-rsa.c
index d9c9652dc7182b7e46c857f65749823d2816c34f..effff5d2ae0ed8b2d3866970cbcc6a105cceda2b 100644 (file)
@@ -14,7 +14,9 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-rsa.c,v 1.63 2005/06/17 02:44:32 djm Exp $");
+
+#include <sys/types.h>
+#include <sys/stat.h>
 
 #include <openssl/rsa.h>
 #include <openssl/md5.h>
This page took 0.243327 seconds and 4 git commands to generate.