Hi, I plan to use libssh in my project integrated with Qt. I used the tarball for generating make files using cmake 3.2.1 I have Windows 7 64 bit os. I have done a mingw compilation and I use mingw32 toolchain.
The library is linked statically and included DEFINES += LIBSSH_STATIC Ssh_connect fails with error crypt_set_algorithms2: no crypto algorithm function found for 3des-cbc Dependent libraries used: openssl 0.9.8k_win32 zlib 1.2.7 I tried the same with libssh0.6.5. the error persists Let me know where am I going wrong. Regards, Sruthi Mohan
