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 860009f9c..45d2a2ae3 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>
@@ -156,6 +156,7 @@ typedef struct {
156 char *chroot_directory; 156 char *chroot_directory;
157 char *revoked_keys_file; 157 char *revoked_keys_file;
158 char *trusted_user_ca_keys; 158 char *trusted_user_ca_keys;
159 char *authorized_principals_file;
159} ServerOptions; 160} ServerOptions;
160 161
161void initialize_server_options(ServerOptions *); 162void initialize_server_options(ServerOptions *);