mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 09:14:59 +02:00
Remove unused variables.
This commit is contained in:
parent
937d96587d
commit
fbddd91897
@ -50,7 +50,7 @@ is_md5_salt(const char *salt)
|
||||
char *
|
||||
md5_crypt(const char *pw, const char *salt)
|
||||
{
|
||||
static char passwd[120], salt_copy[9], *p;
|
||||
static char passwd[120], salt_copy[9];
|
||||
static const char *sp, *ep;
|
||||
unsigned char final[16];
|
||||
int sl, pl, i, j;
|
||||
|
Loading…
x
Reference in New Issue
Block a user