From e5a39a3ae993fda41aa81af9f7a3a10e48b8635b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 30 Aug 2011 12:14:54 +0200 Subject: keys: Remove keys.h where it is obsolete. --- include/libssh/dh.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') 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); -- cgit