mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 18:29:50 +09:00
wrapper: Move dh cleanup into dh.c
Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
9407065879
commit
40faa98c5e
@@ -45,7 +45,7 @@ void ssh_server_dh_init(ssh_session session);
|
||||
#endif /* WITH_SERVER */
|
||||
|
||||
int ssh_dh_init_common(ssh_session session);
|
||||
void ssh_dh_cleanup(ssh_session session);
|
||||
void ssh_dh_cleanup(struct ssh_crypto_struct *crypto);
|
||||
int ssh_dh_generate_secret(ssh_session session, bignum dest);
|
||||
|
||||
#endif /* DH_H_ */
|
||||
|
||||
Reference in New Issue
Block a user