[openssh-commits] [openssh] 01/01: Remove unused variables.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Feb 10 11:15:10 AEDT 2018
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit fbddd91897cfaf456bfc2081f39fb4a2208a0ebf
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat Feb 10 11:14:54 2018 +1100
Remove unused variables.
---
md5crypt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/md5crypt.c b/md5crypt.c
index 22ef9893..5625fd3c 100644
--- a/md5crypt.c
+++ b/md5crypt.c
@@ -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;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list