diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2014-04-24 09:05:47 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2014-08-06 10:07:36 +0200 |
| commit | 228dc08038a18e8cc165baa4a9348d173549a048 (patch) | |
| tree | 9e6901081b8d911ace37b942c24a961b81963897 /src/buffer.c | |
| parent | 33cd594f1f36a40882927ccb6b82db8cda651995 (diff) | |
| download | libssh-228dc08038a18e8cc165baa4a9348d173549a048.tar.gz libssh-228dc08038a18e8cc165baa4a9348d173549a048.tar.xz libssh-228dc08038a18e8cc165baa4a9348d173549a048.zip | |
bignums: detach bignum-related functions from dh.c.
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 7d4c7b3f..f286c531 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -34,7 +34,7 @@ #include "libssh/priv.h" #include "libssh/buffer.h" #include "libssh/misc.h" -#include "libssh/dh.h" +#include "libssh/bignum.h" /** * @defgroup libssh_buffer The SSH buffer functions. |
