fix(core): disable ASM version of blowfish on i386

This commit is contained in:
Ludovic Marcotte
2020-05-21 08:51:56 -04:00
parent 513c17bc2f
commit e37ae5fec5
+1 -1
View File
@@ -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