summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libssh/dh.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/libssh/dh.h b/include/libssh/dh.h
index dc4c69a..c82cba7 100644
--- a/include/libssh/dh.h
+++ b/include/libssh/dh.h
@@ -21,10 +21,8 @@
#ifndef DH_H_
#define DH_H_
-#include "config.h"
-/* DH key generation */
-#include "libssh/keys.h"
+#include "config.h"
void ssh_print_bignum(const char *which,bignum num);
int dh_generate_e(ssh_session session);