diff --git a/vendor/bcrypt/crypt_blowfish.c b/vendor/bcrypt/crypt_blowfish.c index 802214a..d64cc60 100644 --- a/vendor/bcrypt/crypt_blowfish.c +++ b/vendor/bcrypt/crypt_blowfish.c @@ -58,7 +58,7 @@ #endif #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