artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0afc0f9
)
remove unused variable
author
chl
<chl@openbsd.org>
Thu, 15 Jan 2015 17:32:43 +0000
(17:32 +0000)
committer
chl
<chl@openbsd.org>
Thu, 15 Jan 2015 17:32:43 +0000
(17:32 +0000)
ok tedu@
lib/libc/crypt/cryptutil.c
patch
|
blob
|
history
diff --git
a/lib/libc/crypt/cryptutil.c
b/lib/libc/crypt/cryptutil.c
index
7e93dad
..
c3ba08f
100644
(file)
--- a/
lib/libc/crypt/cryptutil.c
+++ b/
lib/libc/crypt/cryptutil.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: cryptutil.c,v 1.
7 2014/12/30 10:27:24 tedu
Exp $ */
+/* $OpenBSD: cryptutil.c,v 1.
8 2015/01/15 17:32:43 chl
Exp $ */
/*
* Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
*
@@
-27,7
+27,6
@@
int
crypt_checkpass(const char *pass, const char *goodhash)
{
char dummy[_PASSWORD_LEN];
- char *res;
if (goodhash == NULL) {
/* fake it */