Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37727888
en ru br
ALT Linux repos
S:3.65.0-alt1
D:3.1.5-alt1
5.0: 3.1.5-alt1

Group :: Networking/File transfer
RPM: filezilla

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: filezilla-3.64.0-i586-FTBFS.patch
Download


diff --git a/FileZilla/src/putty/sshsh256.c b/FileZilla/src/putty/sshsh256.c
index db1f96b..550375d 100644
--- a/FileZilla/src/putty/sshsh256.c
+++ b/FileZilla/src/putty/sshsh256.c
@@ -22,8 +22,8 @@
 #       define HW_SHA256 HW_SHA256_NI
 #   endif
 #elif defined(__GNUC__)
 #    if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)) && \
-        (defined(__x86_64__) || defined(__i386))
+        defined(__x86_64__)
 #       define HW_SHA256 HW_SHA256_NI
 #    endif
 #elif defined (_MSC_VER)
diff --git a/FileZilla/src/putty/sshsha.c b/FileZilla/src/putty/sshsha.c
index a5e79e6..c02ab0d 100644
--- a/FileZilla/src/putty/sshsha.c
+++ b/FileZilla/src/putty/sshsha.c
@@ -22,8 +22,8 @@
 #       define HW_SHA1 HW_SHA1_NI
 #   endif
 #elif defined(__GNUC__)
 #    if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)) && \
-        (defined(__x86_64__) || defined(__i386))
+        defined(__x86_64__)
 #       define HW_SHA1 HW_SHA1_NI
 #    endif
 #elif defined (_MSC_VER)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin