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

pull/276/head
Ludovic Marcotte 2020-05-21 08:51:56 -04:00
parent 513c17bc2f
commit e37ae5fec5
1 changed files with 1 additions and 1 deletions

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