aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/dh.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/dh.h')
-rw-r--r--include/libssh/dh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libssh/dh.h b/include/libssh/dh.h
index ece7c019..d4cd0c2e 100644
--- a/include/libssh/dh.h
+++ b/include/libssh/dh.h
@@ -41,6 +41,9 @@ int dh_import_f(ssh_session session,ssh_string f_string);
int dh_import_e(ssh_session session, ssh_string e_string);
void dh_import_pubkey(ssh_session session,ssh_string pubkey_string);
int dh_build_k(ssh_session session);
+int ssh_client_dh_init(ssh_session session);
+int ssh_client_dh_reply(ssh_session session, ssh_buffer packet);
+
int make_sessionid(ssh_session session);
/* add data for the final cookie */
int hashbufin_add_cookie(ssh_session session, unsigned char *cookie);