annotate network/libssh/patch-libressl.patch @ 1341:9f35c15329d1 default tip @

dev/meson: downgrade to 0.59.4 due to many regression
author David Demelier <markand@malikania.fr>
date Wed, 22 Dec 2021 21:52:57 +0100
parents 100b1ba8672d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
720
100b1ba8672d network/libssh: fix build with libressl
David Demelier <markand@malikania.fr>
parents:
diff changeset
1 --- include/libssh/libcrypto.h.orig 2019-08-05 09:41:00.104573122 +0000
100b1ba8672d network/libssh: fix build with libressl
David Demelier <markand@malikania.fr>
parents:
diff changeset
2 +++ include/libssh/libcrypto.h 2019-08-05 09:41:08.272573373 +0000
100b1ba8672d network/libssh: fix build with libressl
David Demelier <markand@malikania.fr>
parents:
diff changeset
3 @@ -112,7 +112,7 @@
100b1ba8672d network/libssh: fix build with libressl
David Demelier <markand@malikania.fr>
parents:
diff changeset
4
100b1ba8672d network/libssh: fix build with libressl
David Demelier <markand@malikania.fr>
parents:
diff changeset
5
100b1ba8672d network/libssh: fix build with libressl
David Demelier <markand@malikania.fr>
parents:
diff changeset
6 /* Returns true if the OpenSSL is operating in FIPS mode */
100b1ba8672d network/libssh: fix build with libressl
David Demelier <markand@malikania.fr>
parents:
diff changeset
7 -#define ssh_fips_mode() (FIPS_mode() != 0)
100b1ba8672d network/libssh: fix build with libressl
David Demelier <markand@malikania.fr>
parents:
diff changeset
8 +#define ssh_fips_mode() false
100b1ba8672d network/libssh: fix build with libressl
David Demelier <markand@malikania.fr>
parents:
diff changeset
9
100b1ba8672d network/libssh: fix build with libressl
David Demelier <markand@malikania.fr>
parents:
diff changeset
10 #endif /* HAVE_LIBCRYPTO */
100b1ba8672d network/libssh: fix build with libressl
David Demelier <markand@malikania.fr>
parents:
diff changeset
11