diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 00:29:53 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 00:29:53 +0200 |
commit | 3a8d839e8604bf66c04ad0b46e51402428a88b1a (patch) | |
tree | d4b3e09a967ebd723bec679311c29399dc58636a /libssh/dh.c | |
parent | 358647f5d9df24fc55f670a343152fd277416266 (diff) | |
download | libssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.tar.gz libssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.tar.xz libssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.zip |
More include file movings
Diffstat (limited to 'libssh/dh.c')
-rw-r--r-- | libssh/dh.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libssh/dh.c b/libssh/dh.c index c1845d7..4f05251 100644 --- a/libssh/dh.c +++ b/libssh/dh.c @@ -40,6 +40,7 @@ * if everything went correctly, k and k' are equal */ +#include "config.h" #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -52,6 +53,8 @@ #include "libssh/crypto.h" #include "libssh/buffer.h" #include "libssh/session.h" +#include "libssh/options.h" + /* todo: remove it */ #include "libssh/string.h" #ifdef HAVE_LIBCRYPTO |