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 8af13fa8..222327ef 100644
--- a/ssh-keysign.c
+++ b/ssh-keysign.c
@@ -57,6 +57,8 @@
#include "sshkey.h"
#include "ssherr.h"
+struct ssh *active_state = NULL; /* XXX needed for linking */
+
/* XXX readconf.c needs these */
uid_t original_real_uid;