summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/servconf.c b/servconf.c
index 6affb51e9..815510814 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,18 +1,16 @@
1/* 1/*
2 *
3 * servconf.c
4 *
5 * Author: Tatu Ylonen <ylo@cs.hut.fi>
6 *
7 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 2 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
8 * All rights reserved 3 * All rights reserved
9 * 4 *
10 * Created: Mon Aug 21 15:48:58 1995 ylo 5 * As far as I am concerned, the code I have written for this software
11 * 6 * can be used freely for any purpose. Any derived versions of this
7 * software must be clearly marked as such, and if the derived work is
8 * incompatible with the protocol description in the RFC file, it must be
9 * called by a name other than "ssh" or "Secure Shell".
12 */ 10 */
13 11
14#include "includes.h" 12#include "includes.h"
15RCSID("$OpenBSD: servconf.c,v 1.50 2000/07/22 09:14:36 markus Exp $"); 13RCSID("$OpenBSD: servconf.c,v 1.51 2000/09/07 20:27:53 deraadt Exp $");
16 14
17#include "ssh.h" 15#include "ssh.h"
18#include "servconf.h" 16#include "servconf.h"