summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-05 12:49:30 +1000
committerDamien Miller <djm@mindrot.org>2006-08-05 12:49:30 +1000
commit4cbfe8ebebb1fb345bddab629768ad95885846d6 (patch)
treef60c58161c0e33a6a981314558a9fcc2a5432bd2 /auth.c
parent2ab323e0bd531926542784fdada06358d52cc020 (diff)
- (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 fba32eb96..f2aee8fdb 100644
--- a/auth.c
+++ b/auth.c
@@ -60,7 +60,6 @@
60#include "canohost.h" 60#include "canohost.h"
61#include "uidswap.h" 61#include "uidswap.h"
62#include "misc.h" 62#include "misc.h"
63#include "bufaux.h"
64#include "packet.h" 63#include "packet.h"
65#include "loginrec.h" 64#include "loginrec.h"
66#ifdef GSSAPI 65#ifdef GSSAPI