summaryrefslogtreecommitdiffstats
path: root/libssh/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/server.c')
-rw-r--r--libssh/server.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libssh/server.c b/libssh/server.c
index 25021f6..7b33cc6 100644
--- a/libssh/server.c
+++ b/libssh/server.c
@@ -325,10 +325,10 @@ static int server_set_kex(SSH_SESSION * session) {
}
static int dh_handshake_server(SSH_SESSION *session) {
- STRING *e;
- STRING *f;
- STRING *pubkey;
- STRING *sign;
+ ssh_string e;
+ ssh_string f;
+ ssh_string pubkey;
+ ssh_string sign;
PUBLIC_KEY *pub;
PRIVATE_KEY *prv;