summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
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 083789334..ef7cc214a 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.92 2010/03/04 10:36:03 djm Exp $ */ 1/* $OpenBSD: servconf.h,v 1.93 2010/05/07 11:30:30 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -159,6 +159,7 @@ typedef struct {
159 char *chroot_directory; 159 char *chroot_directory;
160 char *revoked_keys_file; 160 char *revoked_keys_file;
161 char *trusted_user_ca_keys; 161 char *trusted_user_ca_keys;
162 char *authorized_principals_file;
162} ServerOptions; 163} ServerOptions;
163 164
164void initialize_server_options(ServerOptions *); 165void initialize_server_options(ServerOptions *);