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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user