summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh.c b/ssh.c
index 16536a97a..a206a5fca 100644
--- a/ssh.c
+++ b/ssh.c
@@ -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 */
117extern struct ssh *active_state; /* XXX move here */
118
116extern char *__progname; 119extern char *__progname;
117 120
118/* Saves a copy of argv for setproctitle emulation */ 121/* Saves a copy of argv for setproctitle emulation */