1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +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

@@ -44,7 +44,7 @@
#include "libssh/session.h"
#include "libssh/pki.h"
#include "libssh/pki_priv.h"
#include "libssh/dh.h"
#include "libssh/bignum.h"
struct pem_get_password_struct {
ssh_auth_callback fn;