view network/libssh/patch-libressl.patch @ 1318:1a6e1b476561

network/dbus: switch to 1.12.20 version
author David Demelier <markand@malikania.fr>
date Sun, 21 Nov 2021 10:00:19 +0100
parents 100b1ba8672d
children
line wrap: on
line source

--- include/libssh/libcrypto.h.orig	2019-08-05 09:41:00.104573122 +0000
+++ include/libssh/libcrypto.h	2019-08-05 09:41:08.272573373 +0000
@@ -112,7 +112,7 @@
 
 
 /* Returns true if the OpenSSL is operating in FIPS mode */
-#define ssh_fips_mode() (FIPS_mode() != 0)
+#define ssh_fips_mode() false
 
 #endif /* HAVE_LIBCRYPTO */