aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/dh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/dh.h b/include/libssh/dh.h
index 0d6720ee..02c99760 100644
--- a/include/libssh/dh.h
+++ b/include/libssh/dh.h
@@ -67,5 +67,6 @@ int ssh_client_dh_init(ssh_session session);
void ssh_server_dh_init(ssh_session session);
#endif /* WITH_SERVER */
int ssh_server_dh_process_init(ssh_session session, ssh_buffer packet);
+int ssh_fallback_group(uint32_t pmax, bignum *p, bignum *g);
#endif /* DH_H_ */