1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

bignums: detach bignum-related functions from dh.c.

Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Aris Adamantiadis
2014-04-24 09:05:47 +02:00
committed by Andreas Schneider
parent 33cd594f1f
commit 228dc08038
7 changed files with 130 additions and 76 deletions

View File

@@ -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.