summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authordjm <djm>2006-08-05 02:49:30 +0000
committerdjm <djm>2006-08-05 02:49:30 +0000
commit94dd41e570e1e7a5f87c8071981c6247ed5b8956 (patch)
tree2abdbfcb7e979180d4987a45e3adf64fa2126291 /auth.c
parent567fc7783e5a43a5d218e9496c237dd034fedcc8 (diff)
downloadopenssh-94dd41e570e1e7a5f87c8071981c6247ed5b8956.tar.gz
- (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]
remove last traces of bufaux.h - it was merged into buffer.h in the big includes.h commit
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index fba32eb9..f2aee8fd 100644
--- a/auth.c
+++ b/auth.c
@@ -60,7 +60,6 @@
#include "canohost.h"
#include "uidswap.h"
#include "misc.h"
-#include "bufaux.h"
#include "packet.h"
#include "loginrec.h"
#ifdef GSSAPI