summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-07-29 22:14:43 +1000
committerDamien Miller <djm@mindrot.org>2013-07-29 22:14:43 +1000
commitfc240313d5a10d1e34858da866eb7a4574b1fd1c (patch)
tree11d578f115cac825d8f556408079bb596b0e5ce4
parent175b67045b376bcf7c601255bab795b566075a24 (diff)
downloadpy-bcrypt-fc240313d5a10d1e34858da866eb7a4574b1fd1c.tar.gz
missing u_int64_t type for windows
-rw-r--r--bcrypt/pybc_blf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bcrypt/pybc_blf.h b/bcrypt/pybc_blf.h
index 68b404f..28ca2e4 100644
--- a/bcrypt/pybc_blf.h
+++ b/bcrypt/pybc_blf.h
@@ -45,6 +45,7 @@ typedef uint64_t u_int64_t;
typedef unsigned __int8 u_int8_t;
typedef unsigned __int16 u_int16_t;
typedef unsigned __int32 u_int32_t;
+typedef unsigned __int64 u_int64_t;
#endif
/* Schneier specifies a maximum key length of 56 bytes.