bcrypt 0.0.5 → 0.0.6
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- bcrypt.cabal +1/−1
- csrc/crypt_blowfish.c +1/−1
bcrypt.cabal view
@@ -1,5 +1,5 @@ Name: bcrypt-Version: 0.0.5+Version: 0.0.6 Cabal-Version: >= 1.6 Build-Type: Simple License: BSD3
csrc/crypt_blowfish.c view
@@ -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