1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00

killed a compile warning.

This commit is contained in:
foobar
2001-08-22 17:39:16 +00:00
parent 146dffb930
commit 8ade27507a
-1
View File
@@ -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;