diff --git a/SoObjects/SOGo/crypt_blowfish.c b/SoObjects/SOGo/crypt_blowfish.c index 9d3f3be82..488a92056 100644 --- a/SoObjects/SOGo/crypt_blowfish.c +++ b/SoObjects/SOGo/crypt_blowfish.c @@ -54,7 +54,7 @@ #include "crypt_blowfish.h" #ifdef __i386__ -#define BF_ASM 1 +#define BF_ASM 0 #define BF_SCALE 1 #elif defined(__x86_64__) || defined(__alpha__) || defined(__hppa__) #define BF_ASM 0