On Sun, 2 Jul 2023 at 14:37, Jonathan Perkin <jperkin%mnx.io@localhost> wrote:
* On 2023-06-30 at 22:28 BST, Jan-Hinrich Fessel wrote:
>warning: libssh2/src/kex.c: In function 'diffie_hellman_sha_algo':
>warning: libssh2/src/kex.c:259:34: error: 'LIBSSH2_DH_MAX_MODULUS_BITS' undeclared (first use in this function); did you mean 'OPENSSL_DH_MAX_MODULUS_BITS'?
>warning: 259 | if(_libssh2_bn_bits(p) > LIBSSH2_DH_MAX_MODULUS_BITS) {
>warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
>warning: | OPENSSL_DH_MAX_MODULUS_BITS
>[...]
>error: failed to run custom build command for `libssh2-sys v0.2.23`
>[...]
Yes I see this in some of my builds too ever since libssh2 was updated.
Here as well.