diff options
author | Damien Miller <djm@mindrot.org> | 2019-01-20 04:55:27 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-01-20 04:55:27 +0100 |
commit | 9b655dc9c9a353f0a527f0c6c43a5e35653c9503 (patch) | |
tree | 78b3512ffa1a9e5b8d954aca6fb45a0a3045504b /ssh-keysign.c | |
parent | remove PAM dependencies on old packet API (diff) | |
download | openssh-9b655dc9c9a353f0a527f0c6c43a5e35653c9503.tar.xz openssh-9b655dc9c9a353f0a527f0c6c43a5e35653c9503.zip |
last bits of old packet API / active_state global
Diffstat (limited to 'ssh-keysign.c')
-rw-r--r-- | ssh-keysign.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ssh-keysign.c b/ssh-keysign.c index 7ea5ad0e9..601f6ca72 100644 --- a/ssh-keysign.c +++ b/ssh-keysign.c @@ -59,8 +59,6 @@ #include "sshkey.h" #include "ssherr.h" -struct ssh *active_state = NULL; /* XXX needed for linking */ - extern char *__progname; static int |