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)