]> andersk Git - openssh.git/blobdiff - servconf.h
- deraadt@cvs.openbsd.org 2002/05/22 23:18:25
[openssh.git] / servconf.h
index 911725583d4c3e4a0bca3260295667df3cf3a7a0..c4e5b5f42bf388e51103f9248d3ac808a00ded0a 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: servconf.h,v 1.57 2002/03/20 19:12:25 stevesk Exp $   */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: servconf.h,v 1.53 2002/01/29 14:32:03 markus Exp $"); */
-
 #ifndef SERVCONF_H
 #define SERVCONF_H
 
@@ -130,7 +130,6 @@ typedef struct {
        char   *authorized_keys_file;   /* File containing public keys */
        char   *authorized_keys_file2;
        int     pam_authentication_via_kbd_int;
-
 }       ServerOptions;
 
 void    initialize_server_options(ServerOptions *);
This page took 0.032791 seconds and 4 git commands to generate.