summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c
index 52d9be429..0ec095bd0 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,5 +1,5 @@
1 1
2/* $OpenBSD: servconf.c,v 1.344 2018/11/19 04:12:32 djm Exp $ */ 2/* $OpenBSD: servconf.c,v 1.345 2019/01/19 21:31:32 djm Exp $ */
3/* 3/*
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5 * All rights reserved 5 * All rights reserved
@@ -65,6 +65,9 @@
65#include "myproposal.h" 65#include "myproposal.h"
66#include "digest.h" 66#include "digest.h"
67 67
68#include "opacket.h" /* XXX */
69extern struct ssh *active_state; /* XXX */
70
68static void add_listen_addr(ServerOptions *, const char *, 71static void add_listen_addr(ServerOptions *, const char *,
69 const char *, int); 72 const char *, int);
70static void add_one_listen_addr(ServerOptions *, const char *, 73static void add_one_listen_addr(ServerOptions *, const char *,