aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/crypto.h b/include/libssh/crypto.h
index 034b4f2e..8b0ae0ca 100644
--- a/include/libssh/crypto.h
+++ b/include/libssh/crypto.h
@@ -105,7 +105,7 @@ struct ssh_crypto_struct {
bignum shared_secret;
struct dh_ctx *dh_ctx;
#ifdef WITH_GEX
- size_t dh_pmin; int dh_pn; int dh_pmax; /* preferred group parameters */
+ size_t dh_pmin; size_t dh_pn; size_t dh_pmax; /* preferred group parameters */
#endif /* WITH_GEX */
#ifdef HAVE_ECDH
#ifdef HAVE_OPENSSL_ECC