- (stevesk) sync servconf.h (comments)
diff --git a/ChangeLog b/ChangeLog
index b939819..5551ae1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -134,6 +134,7 @@
  - (bal) Makefile fix up requires scard.c
  - (stevesk) sync misc.h
  - (stevesk) more sync for session.c
+ - (stevesk) sync servconf.h (comments)
 
 20010629
  - (bal) Removed net_aton() since we don't use it any more
@@ -5961,4 +5962,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1380 2001/07/04 18:23:03 stevesk Exp $
+$Id: ChangeLog,v 1.1381 2001/07/04 18:37:20 stevesk Exp $
diff --git a/servconf.h b/servconf.h
index 3552bb1..55f2ee2 100644
--- a/servconf.h
+++ b/servconf.h
@@ -126,9 +126,11 @@
 					 * for this many intervals, above
 					 * diconnect the session 
 					 */
-	char   *authorized_keys_file;   /* File containing public RSA keys */ 
-	char   *authorized_keys_file2;  /* File containing public SSH2 keys */
+
+	char   *authorized_keys_file;	/* File containing public keys */
+	char   *authorized_keys_file2;
 	int	pam_authentication_via_kbd_int;
+
 }       ServerOptions;
 
 void	 initialize_server_options(ServerOptions *);