diff options
| author | Donald Stufft <donald@stufft.io> | 2014-12-05 23:24:01 -0500 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2014-12-05 23:31:10 -0500 |
| commit | d4bc07a52e92c72a75de5ff7d13eb51a811a1ef1 (patch) | |
| tree | 833ea85907324c3fda414ee3b984eb9069b90f5b | |
| parent | d495b3617ac9f53b0948fefd19a146bdcbcefb55 (diff) | |
| download | py-bcrypt-git-d4bc07a52e92c72a75de5ff7d13eb51a811a1ef1.tar.gz | |
Disable ASM again
| -rw-r--r-- | bcrypt/crypt_blowfish-1.3/crypt_blowfish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcrypt/crypt_blowfish-1.3/crypt_blowfish.c b/bcrypt/crypt_blowfish-1.3/crypt_blowfish.c index 9d3f3be..488a920 100644 --- a/bcrypt/crypt_blowfish-1.3/crypt_blowfish.c +++ b/bcrypt/crypt_blowfish-1.3/crypt_blowfish.c @@ -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 |
