]> andersk Git - openssh.git/blobdiff - auth2-pubkey.c
- jmc@cvs.openbsd.org 2006/07/18 07:56:28
[openssh.git] / auth2-pubkey.c
index a97d0f430b93f298b0111ac6e8eeb8d78db15caf..7962dcef20f99221e975d1b16368eb49253e12e6 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: auth2-pubkey.c,v 1.13 2006/07/06 16:03:53 stevesk Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth2-pubkey.c,v 1.9 2004/12/11 01:48:56 dtucker Exp $");
+
+#include <sys/types.h>
+#include <sys/stat.h>
+
+#include <pwd.h>
 
 #include "ssh.h"
 #include "ssh2.h"
This page took 0.047755 seconds and 4 git commands to generate.