summaryrefslogtreecommitdiffstats
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r--include/libssh/priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index ece643d0..26c6f0e2 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -514,7 +514,7 @@ void ssh_set_error(void *error, int code, const char *descr, ...) PRINTF_ATTRIBU
/* in dh.c */
/* DH key generation */
-void dh_generate_e(SSH_SESSION *session);
+int dh_generate_e(SSH_SESSION *session);
void ssh_print_bignum(const char *which,bignum num);
int dh_generate_x(SSH_SESSION *session);
int dh_generate_y(SSH_SESSION *session);