From 56ee212641e8f5a008224da103dce78e421eb4b6 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 24 Jul 2009 21:45:41 +0200 Subject: Change all occurences of STRING * to ssh_string --- libssh/server.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libssh/server.c') diff --git a/libssh/server.c b/libssh/server.c index 25021f68..7b33cc6d 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; -- cgit