summaryrefslogtreecommitdiff
path: root/ssh-keysign.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keysign.c')
-rw-r--r--ssh-keysign.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-keysign.c b/ssh-keysign.c
index 8af13fa89..222327ef1 100644
--- a/ssh-keysign.c
+++ b/ssh-keysign.c
@@ -57,6 +57,8 @@
57#include "sshkey.h" 57#include "sshkey.h"
58#include "ssherr.h" 58#include "ssherr.h"
59 59
60struct ssh *active_state = NULL; /* XXX needed for linking */
61
60/* XXX readconf.c needs these */ 62/* XXX readconf.c needs these */
61uid_t original_real_uid; 63uid_t original_real_uid;
62 64