aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/ecdh.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2018-10-27 21:27:00 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-01-24 09:11:30 +0100
commit602a1defea06f0f63d8c6bdd5b164b86dbfdb971 (patch)
tree082cf1dba7d772e29027ac123c70ebaa07801b6b /include/libssh/ecdh.h
parentfd5770973f17f884317e70fddd743bf718227af0 (diff)
downloadlibssh-602a1defea06f0f63d8c6bdd5b164b86dbfdb971.tar.gz
libssh-602a1defea06f0f63d8c6bdd5b164b86dbfdb971.tar.xz
libssh-602a1defea06f0f63d8c6bdd5b164b86dbfdb971.zip
kex: use runtime callbacks (client)
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/libssh/ecdh.h')
-rw-r--r--include/libssh/ecdh.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libssh/ecdh.h b/include/libssh/ecdh.h
index 66659b85..c5212bc7 100644
--- a/include/libssh/ecdh.h
+++ b/include/libssh/ecdh.h
@@ -41,8 +41,7 @@
#define HAVE_ECDH 1
#endif
-/* Common functions. */
-int ssh_client_ecdh_reply(ssh_session session, ssh_buffer packet);
+extern struct ssh_packet_callbacks_struct ssh_ecdh_client_callbacks;
/* Backend-specific functions. */
int ssh_client_ecdh_init(ssh_session session);