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 2648b60..ece643d 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -517,7 +517,7 @@ void ssh_set_error(void *error, int code, const char *descr, ...) PRINTF_ATTRIBU
void dh_generate_e(SSH_SESSION *session);
void ssh_print_bignum(const char *which,bignum num);
int dh_generate_x(SSH_SESSION *session);
-void dh_generate_y(SSH_SESSION *session);
+int dh_generate_y(SSH_SESSION *session);
void dh_generate_f(SSH_SESSION *session);
int ssh_crypto_init(void);