]> andersk Git - openssh.git/blobdiff - ssh-keygen.c
- stevesk@cvs.openbsd.org 2006/07/06 16:03:53
[openssh.git] / ssh-keygen.c
index e06ae1a5249ef830954603e1784a8afcc557faa8..b10e42ec89ea7aa9a9ef4253aa839d89d3b25334 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keygen.c,v 1.144 2006/05/17 12:43:34 markus Exp $ */
+/* $OpenBSD: ssh-keygen.c,v 1.145 2006/07/06 16:03:53 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -20,6 +20,9 @@
 #include <openssl/evp.h>
 #include <openssl/pem.h>
 
+#include <paths.h>
+#include <pwd.h>
+
 #include "xmalloc.h"
 #include "key.h"
 #include "rsa.h"
This page took 0.455701 seconds and 4 git commands to generate.