mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-13 02:10:03 +00:00
Do not use assembly-accelerated bcrypt on i386
Adding the assembly source files to the build system(s) would be more trouble than it's worth, considering we don't make 32-bit builds for much other than satisfying our curiosity.
This commit is contained in:
parent
1e3d183f9a
commit
13bd299de4
2
vendor/bcrypt/crypt_blowfish.c
vendored
2
vendor/bcrypt/crypt_blowfish.c
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user