From acfc8ea83fcaa424f2800acda627f919a45e6bb2 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 17 Sep 2011 20:00:13 +0200 Subject: priv: Remove crypto.h and add correct includes to src files. --- include/libssh/dh.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/dh.h') diff --git a/include/libssh/dh.h b/include/libssh/dh.h index c82cba7..fcdaaf4 100644 --- a/include/libssh/dh.h +++ b/include/libssh/dh.h @@ -24,6 +24,8 @@ #include "config.h" +#include "libssh/crypto.h" + void ssh_print_bignum(const char *which,bignum num); int dh_generate_e(ssh_session session); int dh_generate_f(ssh_session session); -- cgit