From fc5dd23afa3b71d1020065be61842964852f3482 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 24 Jul 2009 22:02:32 +0200 Subject: Changed all PUBLIC_KEY * to ssh_public_key --- libssh/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/server.c') diff --git a/libssh/server.c b/libssh/server.c index 7b33cc6d..90b29b92 100644 --- a/libssh/server.c +++ b/libssh/server.c @@ -329,7 +329,7 @@ static int dh_handshake_server(SSH_SESSION *session) { ssh_string f; ssh_string pubkey; ssh_string sign; - PUBLIC_KEY *pub; + ssh_public_key pub; PRIVATE_KEY *prv; if (packet_wait(session, SSH2_MSG_KEXDH_INIT, 1) != SSH_OK) { -- cgit