diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.c,v 1.497 2018/12/27 03:25:25 djm Exp $ */ | 1 | /* $OpenBSD: ssh.c,v 1.498 2019/01/19 21:31:32 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -113,6 +113,9 @@ | |||
113 | #include "ssh-pkcs11.h" | 113 | #include "ssh-pkcs11.h" |
114 | #endif | 114 | #endif |
115 | 115 | ||
116 | #include "opacket.h" /* XXX */ | ||
117 | extern struct ssh *active_state; /* XXX move here */ | ||
118 | |||
116 | extern char *__progname; | 119 | extern char *__progname; |
117 | 120 | ||
118 | /* Saves a copy of argv for setproctitle emulation */ | 121 | /* Saves a copy of argv for setproctitle emulation */ |