]> andersk Git - openssh.git/blobdiff - ssh-keysign.c
- (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c]
[openssh.git] / ssh-keysign.c
index 435b839fafd478b7c866feb3f9cd085680c36686..89b8e43422ac313663b1def47f3bdee1c6eb173a 100644 (file)
@@ -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;
This page took 0.032995 seconds and 4 git commands to generate.