summaryrefslogtreecommitdiff
path: root/authfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'authfile.c')
-rw-r--r--authfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/authfile.c b/authfile.c
index 400e60b39..675085646 100644
--- a/authfile.c
+++ b/authfile.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: authfile.c,v 1.75 2006/08/01 23:36:11 stevesk Exp $ */ 1/* $OpenBSD: authfile.c,v 1.76 2006/08/03 03:34:41 deraadt 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
@@ -41,6 +41,7 @@
41#include <sys/types.h> 41#include <sys/types.h>
42#include <sys/stat.h> 42#include <sys/stat.h>
43#include <sys/param.h> 43#include <sys/param.h>
44#include <sys/uio.h>
44 45
45#include <openssl/err.h> 46#include <openssl/err.h>
46#include <openssl/evp.h> 47#include <openssl/evp.h>
@@ -53,10 +54,9 @@
53#include <string.h> 54#include <string.h>
54#include <unistd.h> 55#include <unistd.h>
55 56
56#include "cipher.h"
57#include "xmalloc.h" 57#include "xmalloc.h"
58#include "cipher.h"
58#include "buffer.h" 59#include "buffer.h"
59#include "bufaux.h"
60#include "key.h" 60#include "key.h"
61#include "ssh.h" 61#include "ssh.h"
62#include "log.h" 62#include "log.h"