I also found a minor issue on Linux: the configure script expects the openSSL libraries in <PREFIXDIR>/lib64, although these are (for openssl 1.1.0c) in <PREFIXDIR>/lib. Not sure whether this is related to openSSL 1.1.0.x, but is it supported?
Regards, Kees From: Kees Dekker Sent: Wednesday, January 11, 2017 17:49 To: libssh2-devel@cool.haxx.se Subject: support with openssl 1.1.0x Hi, In openssl 1.1.0x a lot of things have changed, e.g. no explicit init is needed (see https://www.openssl.org/docs/man1.1.0/ssl/OPENSSL_init_ssl.html), renaming functions and different interface (no EVP_MD_CTX_new) etc (see also https://www.openssl.org/news/cl110.txt for more changes). In short: is libssh2 1.8.0 supported with openssl 1.1.0x (and higher)? Or shall I still use openSSL 1.0.x? I think, the way how openSSL changed their code is almost impossible to resolve in a compatible way. Something is addressed by using the macro DOPENSSL_API_COMPAT=0x10000000L, but that does not solve all. I can try to fix things and propose patches, but I'm unsure whether this is the right way to go. Please let me know your thoughts. Regards, Kees
_______________________________________________ libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel