summaryrefslogtreecommitdiff
path: root/ssh-keysign.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-01-27 23:06:23 +1100
committerDamien Miller <djm@mindrot.org>2015-01-27 23:06:23 +1100
commitade31d7b6f608a19b85bee29a7a00b1e636a2919 (patch)
tree1a150d0fe9460f4983782adba1eecdc27b1bc124 /ssh-keysign.c
parente56aa87502f22c5844918c10190e8b4f785f067b (diff)
these need active_state defined to link on OSX
temporary measure until active_state goes away entirely
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