summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-13 22:44:29 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-13 22:44:29 +1100
commit88b6fb2b55a5c8bb9aeadec185991c5bfae780c0 (patch)
tree85356ec63439554a143a9e2116f8af61d0e216d5 /servconf.h
parent2901e2daebe3a0890209f31d05d5bb9338cbed5b (diff)
- djm@cvs.openbsd.org 2010/01/13 03:48:13
[servconf.c servconf.h sshd.c] avoid run-time failures when specifying hostkeys via a relative path by prepending the cwd in these cases; bz#1290; ok dtucker@
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index 25a3f1b21..c9b8619cd 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.89 2010/01/09 23:04:13 dtucker Exp $ */ 1/* $OpenBSD: servconf.h,v 1.90 2010/01/13 03:48:13 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -164,5 +164,6 @@ void parse_server_match_config(ServerOptions *, const char *, const char *,
164 const char *); 164 const char *);
165void copy_set_server_options(ServerOptions *, ServerOptions *, int); 165void copy_set_server_options(ServerOptions *, ServerOptions *, int);
166void dump_config(ServerOptions *); 166void dump_config(ServerOptions *);
167char *derelativise_path(const char *);
167 168
168#endif /* SERVCONF_H */ 169#endif /* SERVCONF_H */