summaryrefslogtreecommitdiff
path: root/ssh-keysign.c
diff options
context:
space:
mode:
authordjm <djm>2006-07-24 04:51:00 +0000
committerdjm <djm>2006-07-24 04:51:00 +0000
commit7ea5eb3cef4bd3b092e44388ebdeb7e6734d9906 (patch)
tree039f954f22543d3c9ff40f512da5f9a448d7f836 /ssh-keysign.c
parentf44a8a6c250774a42750f709820ac2d8f52ef32b (diff)
downloadopenssh-7ea5eb3cef4bd3b092e44388ebdeb7e6734d9906.tar.gz
- (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c]
[canohost.c channels.c cipher-acss.c defines.h dns.c gss-genr.c] [gss-serv-krb5.c gss-serv.c log.h loginrec.c logintest.c readconf.c] [servconf.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rand-helper.c] [ssh.c sshconnect.c sshd.c openbsd-compat/bindresvport.c] [openbsd-compat/bsd-arc4random.c openbsd-compat/bsd-misc.c] [openbsd-compat/getrrsetbyname.c openbsd-compat/glob.c] [openbsd-compat/mktemp.c openbsd-compat/port-linux.c] [openbsd-compat/port-tun.c openbsd-compat/readpassphrase.c] [openbsd-compat/setproctitle.c openbsd-compat/xmmap.c] make the portable tree compile again - sprinkle unistd.h and string.h back in. Don't redefine __unused, as it turned out to be used in headers on Linux, and replace its use in auth-pam.c with ARGSUSED
Diffstat (limited to 'ssh-keysign.c')
-rw-r--r--ssh-keysign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-keysign.c b/ssh-keysign.c
index 435b839f..89b8e434 100644
--- a/ssh-keysign.c
+++ b/ssh-keysign.c
@@ -148,7 +148,7 @@ main(int argc, char **argv)
{
Buffer b;
Options options;
- Key *keys[2], *key;
+ Key *keys[2], *key = NULL;
struct passwd *pw;
int key_fd[2], i, found, version = 2, fd;
u_char *signature, *data;