summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/readconf.c b/readconf.c
index d7f1cf036..a122d176d 100644
--- a/readconf.c
+++ b/readconf.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.c,v 1.226 2015/01/13 07:39:19 djm Exp $ */ 1/* $OpenBSD: readconf.c,v 1.227 2015/01/15 09:40:00 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -51,11 +51,10 @@
51#include "cipher.h" 51#include "cipher.h"
52#include "pathnames.h" 52#include "pathnames.h"
53#include "log.h" 53#include "log.h"
54#include "key.h" 54#include "sshkey.h"
55#include "misc.h" 55#include "misc.h"
56#include "readconf.h" 56#include "readconf.h"
57#include "match.h" 57#include "match.h"
58#include "buffer.h"
59#include "kex.h" 58#include "kex.h"
60#include "mac.h" 59#include "mac.h"
61#include "uidswap.h" 60#include "uidswap.h"