On Tuesday, October 02, 2012 16:44:07 you wrote: > I have fixed library build. patch attached
Thanks for fixing it. You broke more :) The *_methods arrays in kex.c have an index which is defined with ssh_kex_types_e in libssh.h. You added SIMPLEDES to the supported_methods[] array and so the index is wrong. It means we can't use zlib anymore :) We have a torture test which shows this: https://test.libssh.org/testDetails.php?test=12238&build=11253 You can enable it with 'cmake -DWITH_CLIENT_TESTING:BOOL=ON ..' and then run ./tests/client/torture_algorithms It requries a openssh sshd running on localhost. I've fixed it in master but please verify that it working for you. Cheers, -- andreas
