summaryrefslogtreecommitdiff
path: root/bcrypt/bcrypt_python.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcrypt/bcrypt_python.c')
-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"