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:
dongresource 2021-12-15 20:35:41 +01:00
parent 1e3d183f9a
commit 13bd299de4
1 changed files with 1 additions and 1 deletions

View File

@ -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