summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@djm.net.au>2013-08-01 22:47:04 +1000
committerDamien Miller <djm@djm.net.au>2013-08-01 22:47:04 +1000
commite92c7e6cac1f08b4795c966386e0292d008adc05 (patch)
tree680985b0888c6a1efaf70db54aecfcaf7e7d143e
parent25dc89d11da9f8cfbb7dff5d9d787c7d769e3961 (diff)
downloadpy-bcrypt-e92c7e6cac1f08b4795c966386e0292d008adc05.tar.gz
remove redundant definition
-rw-r--r--bcrypt/bcrypt_python.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bcrypt/bcrypt_python.c b/bcrypt/bcrypt_python.c
index 1c141e2..86babea 100644
--- a/bcrypt/bcrypt_python.c
+++ b/bcrypt/bcrypt_python.c
@@ -21,7 +21,6 @@
#if PY_VERSION_HEX < 0x02050000
typedef int Py_ssize_t;
-#define bzero(s,l) memset(s, '\0', l)
#endif
#define PYBCRYPT_VERSION "0.4"