aboutsummaryrefslogtreecommitdiff
path: root/libssh/dh.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/dh.c
parentadbb087221a90ef1fa687ae5d9575eedd77bcd06 (diff)
downloadlibssh-3e314e863cb70f8594b0c9b79d14edb3a929d708.tar.gz
libssh-3e314e863cb70f8594b0c9b79d14edb3a929d708.tar.xz
libssh-3e314e863cb70f8594b0c9b79d14edb3a929d708.zip
More include file splitting
Diffstat (limited to 'libssh/dh.c')
-rw-r--r--libssh/dh.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libssh/dh.c b/libssh/dh.c
index 9088bb9..abb0762 100644
--- a/libssh/dh.c
+++ b/libssh/dh.c
@@ -54,6 +54,8 @@
#include "libssh/buffer.h"
#include "libssh/session.h"
#include "libssh/options.h"
+#include "libssh/keys.h"
+#include "libssh/dh.h"
/* todo: remove it */
#include "libssh/string.h"