aboutsummaryrefslogtreecommitdiff
path: root/libssh/keyfiles.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-09-26 00:29:53 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-09-26 00:29:53 +0200
commit3a8d839e8604bf66c04ad0b46e51402428a88b1a (patch)
treed4b3e09a967ebd723bec679311c29399dc58636a /libssh/keyfiles.c
parent358647f5d9df24fc55f670a343152fd277416266 (diff)
downloadlibssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.tar.gz
libssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.tar.xz
libssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.zip
More include file movings
Diffstat (limited to 'libssh/keyfiles.c')
-rw-r--r--libssh/keyfiles.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libssh/keyfiles.c b/libssh/keyfiles.c
index cb3edd2e..7ac1161b 100644
--- a/libssh/keyfiles.c
+++ b/libssh/keyfiles.c
@@ -22,6 +22,8 @@
* MA 02111-1307, USA.
*/
+#include "config.h"
+
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
@@ -39,9 +41,13 @@
#include "libssh/buffer.h"
#include "libssh/keyfiles.h"
#include "libssh/session.h"
+#include "libssh/wrapper.h"
+#include "libssh/options.h"
+
/*todo: remove this include */
#include "libssh/string.h"
+
#ifdef HAVE_LIBGCRYPT
#include <gcrypt.h>
#elif defined HAVE_LIBCRYPTO