From 91d0660cc3b0f72b690678862bb21cbe0328a186 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 24 Jul 2009 21:56:11 +0200 Subject: Changed all occurences of BUFFER * to ssh_buffer --- libssh/kex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/kex.c') diff --git a/libssh/kex.c b/libssh/kex.c index a9bfdefa..ae9c9a5a 100644 --- a/libssh/kex.c +++ b/libssh/kex.c @@ -445,7 +445,7 @@ int verify_existing_algo(int algo, const char *name){ /* makes a STRING contating 3 strings : ssh-rsa1,e and n */ /* this is a public key in openssh's format */ static ssh_string make_rsa1_string(ssh_string e, ssh_string n){ - BUFFER *buffer = NULL; + ssh_buffer buffer = NULL; ssh_string rsa = NULL; ssh_string ret = NULL; -- cgit