summaryrefslogtreecommitdiff
path: root/ext/mhash
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mhash')
-rw-r--r--ext/mhash/mhash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mhash/mhash.c b/ext/mhash/mhash.c
index 68950f9bfc..c34fc4397d 100644
--- a/ext/mhash/mhash.c
+++ b/ext/mhash/mhash.c
@@ -208,7 +208,6 @@ PHP_FUNCTION(mhash)
PHP_FUNCTION(mhash_keygen_s2k)
{
pval **hash, **input_password, **bytes, **input_salt;
- unsigned char *key;
int password_len, salt_len;
int hashid, size=0, val;
KEYGEN keystruct;