summaryrefslogtreecommitdiffstats
path: root/libssh/keys.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-09-26 01:15:48 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-09-26 01:15:48 +0200
commit3e314e863cb70f8594b0c9b79d14edb3a929d708 (patch)
tree6c0a63effd3cdc7be368690f4dceed3811dcb579 /libssh/keys.c
parentadbb087221a90ef1fa687ae5d9575eedd77bcd06 (diff)
downloadlibssh-3e314e863cb70f8594b0c9b79d14edb3a929d708.tar.gz
libssh-3e314e863cb70f8594b0c9b79d14edb3a929d708.tar.xz
libssh-3e314e863cb70f8594b0c9b79d14edb3a929d708.zip
More include file splitting
Diffstat (limited to 'libssh/keys.c')
-rw-r--r--libssh/keys.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libssh/keys.c b/libssh/keys.c
index eea217c..4908608 100644
--- a/libssh/keys.c
+++ b/libssh/keys.c
@@ -33,6 +33,8 @@
#include "libssh/buffer.h"
#include "libssh/agent.h"
#include "libssh/session.h"
+#include "libssh/keys.h"
+#include "libssh/dh.h"
/** \addtogroup ssh_auth
* @{