diff options
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h index 4f20ad595..1250d23d6 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> |
@@ -162,6 +162,7 @@ typedef struct { | |||
162 | char *chroot_directory; | 162 | char *chroot_directory; |
163 | char *revoked_keys_file; | 163 | char *revoked_keys_file; |
164 | char *trusted_user_ca_keys; | 164 | char *trusted_user_ca_keys; |
165 | char *authorized_principals_file; | ||
165 | } ServerOptions; | 166 | } ServerOptions; |
166 | 167 | ||
167 | void initialize_server_options(ServerOptions *); | 168 | void initialize_server_options(ServerOptions *); |