From b22a68377d3026572e7859f712674b319767eb7e Mon Sep 17 00:00:00 2001 From: Louis-Philippe Gauthier Date: Thu, 20 Jun 2013 01:48:31 -0400 Subject: Add openssh_zlib compression type to ssh_transport http://www.openssh.org/txt/draft-miller-secsh-compression-delayed-00.txt --- lib/ssh/src/ssh.hrl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/ssh/src/ssh.hrl') diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl index da5750b6c3..4fd347ba8f 100644 --- a/lib/ssh/src/ssh.hrl +++ b/lib/ssh/src/ssh.hrl @@ -127,7 +127,8 @@ userauth_supported_methods , % userauth_methods, userauth_preference, - available_host_keys + available_host_keys, + authenticated = false }). -record(alg, -- cgit v1.2.3