diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2011-09-17 20:00:13 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2011-09-18 21:37:17 +0200 |
| commit | acfc8ea83fcaa424f2800acda627f919a45e6bb2 (patch) | |
| tree | 32b23cb7583cdfa9a72baad39ffbfeaf4d3e7581 /include/libssh/dh.h | |
| parent | c2686b8febf2c57761cfa9e47c8dc533f84d1cb2 (diff) | |
| download | libssh-acfc8ea83fcaa424f2800acda627f919a45e6bb2.tar.gz libssh-acfc8ea83fcaa424f2800acda627f919a45e6bb2.tar.xz libssh-acfc8ea83fcaa424f2800acda627f919a45e6bb2.zip | |
priv: Remove crypto.h and add correct includes to src files.
Diffstat (limited to 'include/libssh/dh.h')
| -rw-r--r-- | include/libssh/dh.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/dh.h b/include/libssh/dh.h index c82cba79..fcdaaf46 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); |
