Daniel Stenberg <[email protected]> writes: > Hey > > I found this bug report for the PHP binding for libssh2 > (http://pecl.php.net/bugs/bug.php?id=11908) that seems to imply that > the build in question was using yaSSL and not OpenSSL for the crypto. > > Did any list member try libssh2 with yaSSL and if so how did it go?
Could it be that yaSSL was linked to the binary for some other purpose, and that the runtime linker picked the yaSSL symbols rather than the OpenSSL symbols for the libssh2 code? Namespace violations like that are ugly... one solution would be to rebuild libssh2 using libgcrypt instead. :-) /Simon _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
