aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2018-11-06 22:22:59 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-01-24 12:56:14 +0100
commit40faa98c5ee0c834879c1ea7a7b3e347893e8fed (patch)
tree696786bb92639b192e15907e5856f46bc2096a2c /include
parent94070658792df7d50fe8320caecfcf17534fe455 (diff)
downloadlibssh-40faa98c5ee0c834879c1ea7a7b3e347893e8fed.tar.gz
libssh-40faa98c5ee0c834879c1ea7a7b3e347893e8fed.tar.xz
libssh-40faa98c5ee0c834879c1ea7a7b3e347893e8fed.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/libssh/dh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/dh.h b/include/libssh/dh.h
index 4e477755..4b803f0b 100644
--- a/include/libssh/dh.h
+++ b/include/libssh/dh.h
@@ -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_ */