summaryrefslogtreecommitdiff
path: root/auth-pam.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-pam.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-pam.c')
-rw-r--r--auth-pam.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth-pam.c b/auth-pam.c
index a67eaa309..695198493 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -81,7 +81,6 @@
81#include "auth.h" 81#include "auth.h"
82#include "auth-pam.h" 82#include "auth-pam.h"
83#include "buffer.h" 83#include "buffer.h"
84#include "bufaux.h"
85#include "canohost.h" 84#include "canohost.h"
86#include "log.h" 85#include "log.h"
87#include "monitor_wrap.h" 86#include "monitor_wrap.h"