Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #196460

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Sun 05 May 2024 16:34:41
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 3a082cd3c55790870a8025856c42587a06cd295e

Comments

libssh2: delete redundant feature guard
Delete `HAVE_LIBSSH2_VERSION` (equivalent to
`LIBSSH2_VERSION_NUM` > 0x010100) guard surrounding
a `LIBSSH2_VERSION_NUM` > 0x010B00 one.

Reviewed-by: Daniel Gustafsson
Closes #13537

Changed files