summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.c b/readconf.c
index 99023d136..bb420ac05 100644
--- a/readconf.c
+++ b/readconf.c
@@ -14,11 +14,12 @@
14 */ 14 */
15 15
16#include "includes.h" 16#include "includes.h"
17RCSID("$Id: readconf.c,v 1.8 2000/03/09 10:27:51 damien Exp $"); 17RCSID("$Id: readconf.c,v 1.9 2000/04/01 01:09:25 damien Exp $");
18 18
19#include "ssh.h" 19#include "ssh.h"
20#include "cipher.h" 20#include "cipher.h"
21#include "readconf.h" 21#include "readconf.h"
22#include "match.h"
22#include "xmalloc.h" 23#include "xmalloc.h"
23 24
24/* Format of the configuration file: 25/* Format of the configuration file: