aboutsummaryrefslogtreecommitdiff
path: root/libssh/dh.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/dh.c')
-rw-r--r--libssh/dh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/dh.c b/libssh/dh.c
index 26bcbc7a..b3512a90 100644
--- a/libssh/dh.c
+++ b/libssh/dh.c
@@ -480,7 +480,7 @@ int make_sessionid(SSH_SESSION *session) {
ssh_buffer server_hash = NULL;
ssh_buffer client_hash = NULL;
ssh_buffer buf = NULL;
- u32 len;
+ uint32_t len;
int rc = SSH_ERROR;
enter_function();