diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-10-22 12:29:21 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-10-22 16:45:40 +0200 |
commit | 4bfca0a80763a1184a4ca489bf739abd5a5657c5 (patch) | |
tree | 747acb88ea3de6c836f65a346f92697350ca4baa /docs | |
parent | 141e23d78974774217fc22671934d16499505890 (diff) | |
download | curl-4bfca0a80763a1184a4ca489bf739abd5a5657c5.tar.gz |
libssh2: require version 1.0 or later
... and simplify the code accordingly. libssh2 version 1.0 was released
in April 2009.
Closes #6116
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INTERNALS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index e9be0889a..9885c9901 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -87,7 +87,7 @@ Dependencies - OpenSSL 0.9.7 - GnuTLS 3.1.10 - zlib 1.1.4 - - libssh2 0.16 + - libssh2 1.0 - c-ares 1.6.0 - libidn2 2.0.0 - wolfSSL 2.0.0 |