summaryrefslogtreecommitdiff
path: root/ext/mhash
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-08-22 17:39:16 +0000
committerfoobar <sniper@php.net>2001-08-22 17:39:16 +0000
commit8ade27507a6bf232f2806bc30f8ad116dc6959c8 (patch)
tree6bc7ed7c0336753f4fd9c0163b1b62d6782c1585 /ext/mhash
parent146dffb930e3aa0b3d6e18b5e3df02bb256473c2 (diff)
downloadphp-git-8ade27507a6bf232f2806bc30f8ad116dc6959c8.tar.gz
killed a compile warning.
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;