-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSSL 1.1.1 #7
Comments
I have the same problem (Libssh2 1.8.0, OpenSSL 1.1.1, iOS SDK 12.0), but it works with the previous version of OpenSSL |
same here... |
I'm not sure how to fix it, it seems that Libssh2 1.8.0 is not compatible with OpenSSL 1.1.1 or I'm not finding any flags/settings to make it working. If you don't need OpenSSL 1.1.1, I'd follow @noefroidevaux suggestion to compile with OpenSSL 1.1.0i. |
It might be worth making a note of this in the readme or automatically choosing |
You can use OpenSSL 1.1.1 with libssh2 master branch. You can download it from snapshots: https://www.libssh2.org/snapshots |
|
See Jan-E@6b2b61d for a fix. Read the comment below the commit as well. |
FWIW: with the commit at Jan-E@6b2b61d updating to libssh2 1.8.2 with OpenSSL 1.1.1b was a breeze. Note the 'patching file src/openssl.h' after downloading libssh2:
|
libssh2 1.9.0 was released. It compiles without additional testing. |
Build are smooth and without any issue:Libssh2 version: 1.9.0 (Automatically detected) |
I have issues compiling libssh for arm64, while armv7 is ok.
configuration:
Libssh2 version: 1.8.0 (Automatically detected)
OpenSSL version: 1.1.1 (Automatically detected)
SDK version: 11.4 (Automatically detected)
All right with OpenSSL 1.1.0i.
Any ideas ?
The text was updated successfully, but these errors were encountered: